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:
parent
9648c368f0
commit
303180b392
|
@ -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,
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue