From f011bf7f5bcc8a8d9a7e38362fb0e8893fea08b7 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 7 Nov 2022 20:55:10 +0000 Subject: [PATCH] Tests: Restore blog switching in `update_posts_count()` test. The previous iteration of the test passed when run in isolation but failed when running the whole test suite. Restoring the `switch_to_blog()` call allows the test to pass again pending a deeper investigation. Follow-up to [54760]. See #57023. Built from https://develop.svn.wordpress.org/trunk@54762 git-svn-id: http://core.svn.wordpress.org/trunk@54314 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 95354c99a3..1d55412aa2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54761'; +$wp_version = '6.2-alpha-54762'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.