Coding Standards: PHP Code style errors.

Fixes coding standards issues.

Follow up to [52060].

See #43700.
Built from https://develop.svn.wordpress.org/trunk@52063


git-svn-id: http://core.svn.wordpress.org/trunk@51655 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
joedolson 2021-11-09 00:01:57 +00:00
parent f05f235042
commit 98cb0591eb
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.9-alpha-52062';
$wp_version = '5.9-alpha-52063';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.