Twenty Twenty: Adjust the comment in [46851] per the documentation standards.

See #48876.
Built from https://develop.svn.wordpress.org/trunk@46854


git-svn-id: http://core.svn.wordpress.org/trunk@46654 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-12-09 16:18:02 +00:00
parent 9648c368f0
commit 303180b392
2 changed files with 2 additions and 5 deletions

View File

@ -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,

View File

@ -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.