Coding Standards: Use the correct variable.

Follow-up to [55593].

See #57318.

Built from https://develop.svn.wordpress.org/trunk@55596


git-svn-id: http://core.svn.wordpress.org/trunk@55108 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dion Hulse
2023-03-28 05:34:21 +00:00
parent 79d6ac7fd7
commit 5ce81844a8
2 changed files with 2 additions and 2 deletions

View File

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