Coding Standards: Fix WPCS issue in [48830].

See #51044.
Built from https://develop.svn.wordpress.org/trunk@48831


git-svn-id: http://core.svn.wordpress.org/trunk@48593 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-08-19 16:35:03 +00:00
parent 821c1c8095
commit 53399672b8
1 changed files with 1 additions and 1 deletions

View File

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