Skip to content

Commit 4dae388

Browse files
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. git-svn-id: https://develop.svn.wordpress.org/trunk@51918 602fd350-edb4-49c9-b593-d223f7449a82
1 parent ac18b68 commit 4dae388

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/formatting.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5650,7 +5650,7 @@ function print_emoji_styles() {
56505650
box-shadow: none !important;
56515651
height: 1em !important;
56525652
width: 1em !important;
5653-
margin: 0 .07em !important;
5653+
margin: 0 0.07em !important;
56545654
vertical-align: -0.1em !important;
56555655
background: none !important;
56565656
padding: 0 !important;

0 commit comments

Comments
 (0)