From 25441f33f8d801553836dd73c87fe9e21ade7465 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 30 Dec 2020 19:04:10 +0000 Subject: [PATCH] Tests: Disable update checks while running REST API plugin installation tests. This prevents external HTTP requests that are not required for the tests in question and may interfere with the results in case of a timeout. Follow-up to [48242], [49491]. See #51669. Built from https://develop.svn.wordpress.org/trunk@49913 git-svn-id: http://core.svn.wordpress.org/trunk@49612 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 d2b5e0ae64..371e4c7fff 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-alpha-49912'; +$wp_version = '5.7-alpha-49913'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.