Coding Standards: Fix WPCS issue in [47475].

See #49295.
Built from https://develop.svn.wordpress.org/trunk@47476


git-svn-id: http://core.svn.wordpress.org/trunk@47265 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-03-20 17:33:07 +00:00
parent 8f31a95982
commit 77e32cff47
2 changed files with 6 additions and 6 deletions

View File

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