From dc34d22c3670a7367a359d76040c2e79f567a43f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 30 Jan 2021 10:37:59 +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]. Merges [49913] to the 5.6 branch. See #51669. Built from https://develop.svn.wordpress.org/branches/5.6@50083 git-svn-id: http://core.svn.wordpress.org/branches/5.6@49783 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 f1ec44a48b..7d8bab2e27 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-50064'; +$wp_version = '5.6.1-RC1-50083'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.