Coding Standards: Fix WPCS issue in [47019].

See #49091.
Built from https://develop.svn.wordpress.org/trunk@47020


git-svn-id: http://core.svn.wordpress.org/trunk@46820 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-12-29 22:32:00 +00:00
parent 7590296984
commit fef26f8d1f
2 changed files with 15 additions and 15 deletions

View File

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