From 3e1fd05600b17cd2e8106a78e19ab54303a8115e Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 20 Jul 2022 19:20:11 +0000 Subject: [PATCH] Twenty Twenty-One: Rebuild the IE specific stylesheet. This was missed in [53517]. See #55989. Built from https://develop.svn.wordpress.org/trunk@53739 git-svn-id: http://core.svn.wordpress.org/trunk@53298 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwentyone/assets/css/ie-editor.css | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentytwentyone/assets/css/ie-editor.css b/wp-content/themes/twentytwentyone/assets/css/ie-editor.css index e91a00d68e..197863df9c 100644 --- a/wp-content/themes/twentytwentyone/assets/css/ie-editor.css +++ b/wp-content/themes/twentytwentyone/assets/css/ie-editor.css @@ -1657,7 +1657,7 @@ pre.wp-block-preformatted { } .wp-block-quote .wp-block-quote__citation { - color: #28303d; + color: currentColor; font-size: 1rem; font-style: normal; } diff --git a/wp-includes/version.php b/wp-includes/version.php index d317f130c1..427f175e48 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53737'; +$wp_version = '6.1-alpha-53739'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.