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.