From 9618b1e89bb96d311c2cee8cce7947ef330e4508 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 25 Oct 2023 11:22:24 +0000 Subject: [PATCH] Tests: Remove some unnecessary multisite test skipping. These checks are redundant, as the skipping already handled by the `ms-required` and `ms-excluded` groups. Follow-up to [36740], [36741], [38705], [40520], [51415]. Props johnbillion. See #59647. Built from https://develop.svn.wordpress.org/trunk@57008 git-svn-id: http://core.svn.wordpress.org/trunk@56519 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 2d772d77b1..8f2a50c650 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57003'; +$wp_version = '6.5-alpha-57008'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.