From 76eb6c4b4e3da0d80945dc165ae0464793bc358e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 29 Oct 2022 15:15:11 +0000 Subject: [PATCH] Tests: Remove `skipWithMultisite()` from an Ajax test for attachments. This was previously removed in [51870] and appears to be accidentally readded in [53561]. As the test belongs to the `ms-excluded` group, the skipping is unnecessary and does not affect anything in practice. Follow-up to [46693], [49835], [51870], [53561]. See #56793. Built from https://develop.svn.wordpress.org/trunk@54718 git-svn-id: http://core.svn.wordpress.org/trunk@54270 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 108daf0400..1de77c244c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54717'; +$wp_version = '6.2-alpha-54718'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.