Build/Test Tools: Correct conditional logic in [58269].

See #60127, #61213.
Built from https://develop.svn.wordpress.org/trunk@58270


git-svn-id: http://core.svn.wordpress.org/trunk@57733 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2024-05-31 16:04:14 +00:00
parent 82d822d033
commit aa2fcbaa5f

View File

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