From 7c316c4f1a4c57b05a0e9a9d308bb6b651525642 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 31 Jul 2022 21:37:13 +0000 Subject: [PATCH] Tests: Move the test for action callback representations to the general action tests file. A separate file in the `actions` directory may have seemed like a good location at the time, but this is the only test left there. For consistency, it is now moved with the other action tests. Follow-up to [1294/tests], [53806]. See #55652. Built from https://develop.svn.wordpress.org/trunk@53808 git-svn-id: http://core.svn.wordpress.org/trunk@53367 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 f820cbd963..da2332a257 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53807'; +$wp_version = '6.1-alpha-53808'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.