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.