From 7f5d7f1b56087c3eb718da4bd81deb06e077bbbb Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 21 Jan 2022 06:00:00 +0000 Subject: [PATCH] Date/Time: Add a unit test for the return type of `current_datetime()`. Follow-up to [45883]. Props pbearne. Fixes #53484. Built from https://develop.svn.wordpress.org/trunk@52611 git-svn-id: http://core.svn.wordpress.org/trunk@52199 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 6f1c03c425..f1f7f9ba24 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52610'; +$wp_version = '6.0-alpha-52611'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.