From 4dae388d32ff20d952f42dc85f4a3cff42fd06e6 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 18 Oct 2021 16:52:51 +0000 Subject: [PATCH] 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 --- src/wp-includes/formatting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/formatting.php b/src/wp-includes/formatting.php index 4f01c511b0..2eccfb0fde 100644 --- a/src/wp-includes/formatting.php +++ b/src/wp-includes/formatting.php @@ -5650,7 +5650,7 @@ img.emoji { 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;