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:
Sergey Biryukov 2021-10-18 16:53:57 +00:00
parent db3a05178b
commit a60032feec
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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.