From 68bb07cd6ff6ce11fa518c4f03dfaa4bc7b0357f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 6 Nov 2022 15:56:12 +0000 Subject: [PATCH] Tests: Remove a custom callback for checking action call count in multisite tests. Use `MockAction::get_call_count()` instead, for consistency with the rest of the test suite. Follow-up to [24/tests], [99/tests], [1078/tests], [1089/tests], [29916], [30784], [30785], [33253]. See #56793. Built from https://develop.svn.wordpress.org/trunk@54756 git-svn-id: http://core.svn.wordpress.org/trunk@54308 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 38ab2a1ae0..707c2a8cb3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54755'; +$wp_version = '6.2-alpha-54756'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.