From dcd0ea342cfd5688fbb88a38e47524a4e8064d20 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 9 Apr 2025 13:31:31 +0000 Subject: [PATCH] Tests: Use the `ms-required` group where appropriate. This replaces the `if ( is_multisite() )` conditional wrapping entire test classes with the `ms-required` group for more consistency across the test suite. Follow-up to [40520]. See #63167. Built from https://develop.svn.wordpress.org/trunk@60148 git-svn-id: http://core.svn.wordpress.org/trunk@59484 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 70b954d00e..9f99ace6bd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.9-alpha-60147'; +$wp_version = '6.9-alpha-60148'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.