Twenty Fifteen: Fixes patch miss [58368].

The latest patch was missing so one inherit wasn't added. Bringing that in with this commit.

Props @shailu25.
See #59802.

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


git-svn-id: http://core.svn.wordpress.org/trunk@57819 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Tammie Lister 2024-06-09 10:36:11 +00:00
parent 1a551128b4
commit 16dc8addd7
3 changed files with 11 additions and 1 deletions

View File

@ -128,6 +128,11 @@ p.has-drop-cap:not(:focus)::first-letter {
color: inherit;
}
.wp-block-quote.has-text-color cite,
.wp-block-quote.has-background cite {
color: inherit;
}
.wp-block-quote em,
.wp-block-quote i {
font-style: normal;

View File

@ -518,6 +518,11 @@ p.has-drop-cap:not(:focus)::first-letter {
text-transform: none;
}
.wp-block-quote.has-text-color cite,
.wp-block-quote.has-background cite {
color: inherit;
}
.wp-block-quote em,
.wp-block-quote i {
font-style: normal;

View File

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