Tests: Add unit tests for wp_checkdate().

Follow-up to [21922].

Props pbearne, ironprogrammer, antonvlasenko, SergeyBiryukov.
Fixes #59825.
Built from https://develop.svn.wordpress.org/trunk@57184


git-svn-id: http://core.svn.wordpress.org/trunk@56695 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2023-12-12 12:21:24 +00:00
parent a2bcc36278
commit e99a116006

View File

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