From a60032feecf2002187218bdbf9e09c408b6d9f3a Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 18 Oct 2021 16:53:57 +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. Built from https://develop.svn.wordpress.org/trunk@51918 git-svn-id: http://core.svn.wordpress.org/trunk@51511 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/formatting.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index df02acb7d6..fa1fd8347f 100644 --- a/wp-includes/formatting.php +++ b/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; diff --git a/wp-includes/version.php b/wp-includes/version.php index 9c0e89c590..e127b72045 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @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.