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:
parent
8e91a8f995
commit
3e1fd05600
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue