From 97565d4a0d839f625b64011453eb41d2ba0e7b05 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 31 Jul 2022 16:43:09 +0000 Subject: [PATCH] Tests: Move the test for actions using closures to the general action tests file. This was previously moved to a separate file to be excluded when running the tests on PHP 5.2.x. Now that WordPress supports PHP 5.6.x or later, this can be moved back with the other action tests. Follow-up to [299/tests], [301/tests], [862/tests], [866/tests], [963/tests]. See #55652. Built from https://develop.svn.wordpress.org/trunk@53806 git-svn-id: http://core.svn.wordpress.org/trunk@53365 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 4907a02654..760e16c7a1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53805'; +$wp_version = '6.1-alpha-53806'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.