Twenty Twenty: Fix WPCS issue in [46701].

See #48557.
Built from https://develop.svn.wordpress.org/trunk@46702


git-svn-id: http://core.svn.wordpress.org/trunk@46502 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-11-11 12:59:00 +00:00
parent f29206f73c
commit 9fa094ea50
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ if ( ! class_exists( 'TwentyTwenty_Non_Latin_Languages' ) ) {
* Get custom CSS. * Get custom CSS.
* *
* Return CSS for non-latin language, if available, or null * Return CSS for non-latin language, if available, or null
* *
* @param string $type Whether to return CSS for the "front-end", "block-editor" or "classic-editor". * @param string $type Whether to return CSS for the "front-end", "block-editor" or "classic-editor".
* *
* @return void * @return void

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.4-alpha-46701'; $wp_version = '5.4-alpha-46702';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.