Skip to content

Commit

Permalink
Coding Standards: Add a leading zero in the CSS declarations printed …
Browse files Browse the repository at this point in the history
…by the `print_emoji_styles()` function.

Follow-up to [31733], [31786].

Props audrasjb, sabernhardt.
Fixes #54284.

git-svn-id: https://develop.svn.wordpress.org/trunk@51918 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Oct 18, 2021
1 parent ac18b68 commit 4dae388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/formatting.php
Expand Up @@ -5650,7 +5650,7 @@ function print_emoji_styles() {
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
margin: 0 0.07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
Expand Down

0 comments on commit 4dae388

Please sign in to comment.