From d47aadaaff28b60efe020a03431f5db94eb8a6eb Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 30 Jan 2021 10:40:59 +0000 Subject: [PATCH] Tests: Set up the plugin download in multisite plugin tests to come locally. This brings consistency between single site and multisite in REST API plugin installation tests. Previously, multisite tests were unnecessarily downloading the plugin from WordPress.org on each test run, causing external HTTP requests and leading to failures in case of a timeout. Follow-up to [48242], [49491], [49913]. Merges [49951] to the 5.6 branch. See #51669. Built from https://develop.svn.wordpress.org/branches/5.6@50085 git-svn-id: http://core.svn.wordpress.org/branches/5.6@49785 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 7d8bab2e27..f16e39d3b9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6.1-RC1-50083'; +$wp_version = '5.6.1-RC1-50085'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.