Administration: Fix an invalid property in the Dashicons CSS file.
Props komagain. Fixes #51587. Built from https://develop.svn.wordpress.org/trunk@49263 git-svn-id: http://core.svn.wordpress.org/trunk@49025 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
990875a7ae
commit
a7d6e929c9
|
@ -24,7 +24,7 @@
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
speak: none;
|
speak: never;
|
||||||
text-decoration: inherit;
|
text-decoration: inherit;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
text-rendering: auto;
|
text-rendering: auto;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.6-beta1-49262';
|
$wp_version = '5.6-beta1-49263';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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