From fcb36e86bb74f349c55500b9d2f4e4bd1acbc3f5 Mon Sep 17 00:00:00 2001 From: desrosj Date: Fri, 18 Dec 2020 14:40:10 +0000 Subject: [PATCH] Build/Test Tools: Run the Ajax test group for multisite. This will help catch issues with Ajax related functionality on multisite. A few tests have also been marked as `skipWithMultisite()` as they require network admin level capabilities when performing the same operations on a multisite install. Props garrett-eclipse, netweb. Fixes #46567. Built from https://develop.svn.wordpress.org/trunk@49835 git-svn-id: http://core.svn.wordpress.org/trunk@49554 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 7e4227abfc..6548b36e72 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-alpha-49834'; +$wp_version = '5.7-alpha-49835'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.