Add automated tests for _wp_timezone_choice_usort_callback

Props pbearne.
Fixes #59953.

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


git-svn-id: http://core.svn.wordpress.org/trunk@56656 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Aaron Jorbin 2023-11-29 17:33:21 +00:00
parent 064b90c078
commit 0a39322193

View File

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