Coding Standards: Add a leading zero in the CSS declarations printed by the `print_emoji_styles()` function.
Follow-up to [31733], [31786]. Props audrasjb, sabernhardt. Fixes #54284. Built from https://develop.svn.wordpress.org/trunk@51918 git-svn-id: http://core.svn.wordpress.org/trunk@51511 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
db3a05178b
commit
a60032feec
|
@ -5650,7 +5650,7 @@ img.emoji {
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
height: 1em !important;
|
height: 1em !important;
|
||||||
width: 1em !important;
|
width: 1em !important;
|
||||||
margin: 0 .07em !important;
|
margin: 0 0.07em !important;
|
||||||
vertical-align: -0.1em !important;
|
vertical-align: -0.1em !important;
|
||||||
background: none !important;
|
background: none !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.9-alpha-51917';
|
$wp_version = '5.9-alpha-51918';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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