diff --git a/wp-content/themes/twentytwenty/style.css b/wp-content/themes/twentytwenty/style.css index 2562eb1624..7b26b9b77e 100644 --- a/wp-content/themes/twentytwenty/style.css +++ b/wp-content/themes/twentytwenty/style.css @@ -816,10 +816,7 @@ input:-ms-input-placeholder { } input::-moz-placeholder { - /* Browsers supporting line-height revert - * to reset a property to the value established by the user-agent stylesheet - */ - line-height: revert; + line-height: revert; /* Reset to the value from the user-agent stylesheet. */ } input[type="search"]::-webkit-search-decoration, diff --git a/wp-includes/version.php b/wp-includes/version.php index afd732b86f..f65328bc16 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-46852'; +$wp_version = '5.4-alpha-46854'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.