From ef956a1309d13703ed890fec74612de3166cd2f8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 9 Jan 2021 05:58:07 +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]. See #51669. Built from https://develop.svn.wordpress.org/trunk@49951 git-svn-id: http://core.svn.wordpress.org/trunk@49650 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 0ee4f5cf3b..df902f89cd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-alpha-49950'; +$wp_version = '5.7-alpha-49951'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.