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
This commit is contained in:
desrosj 2022-07-20 19:20:11 +00:00
parent 8e91a8f995
commit 3e1fd05600
2 changed files with 2 additions and 2 deletions

View File

@ -1657,7 +1657,7 @@ pre.wp-block-preformatted {
} }
.wp-block-quote .wp-block-quote__citation { .wp-block-quote .wp-block-quote__citation {
color: #28303d; color: currentColor;
font-size: 1rem; font-size: 1rem;
font-style: normal; font-style: normal;
} }

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.