diff --git a/wp-content/themes/twentyfifteen/css/blocks.css b/wp-content/themes/twentyfifteen/css/blocks.css index 3f0d7c8c11..ae11560c2e 100644 --- a/wp-content/themes/twentyfifteen/css/blocks.css +++ b/wp-content/themes/twentyfifteen/css/blocks.css @@ -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; diff --git a/wp-includes/version.php b/wp-includes/version.php index 3593280b09..a7928bb0d8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.