Twenty Fifteen: Fixes patch miss [58370].

The latest patch was missing so one inherit wasn't added. Removes unused line.

Props @shailu25.
See #59802.

Built from https://develop.svn.wordpress.org/trunk@58371


git-svn-id: http://core.svn.wordpress.org/trunk@57820 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Tammie Lister 2024-06-09 14:25:12 +00:00
parent 16dc8addd7
commit 335e911d59
2 changed files with 1 additions and 6 deletions

View File

@ -123,11 +123,6 @@ p.has-drop-cap:not(:focus)::first-letter {
text-transform: none;
}
.wp-block-quote[class*="-text-color"] cite,
.wp-block-quote[style*="color"] cite {
color: inherit;
}
.wp-block-quote.has-text-color cite,
.wp-block-quote.has-background cite {
color: inherit;

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.6-beta1-58370';
$wp_version = '6.6-beta1-58371';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.