From 335e911d593a063aed1c6766a1a948dc6409cda8 Mon Sep 17 00:00:00 2001 From: Tammie Lister Date: Sun, 9 Jun 2024 14:25:12 +0000 Subject: [PATCH] Twenty Fifteen: Fixes patch miss [58370]. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- wp-content/themes/twentyfifteen/css/blocks.css | 5 ----- wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) 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.