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:
parent
16dc8addd7
commit
335e911d59
|
@ -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;
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue