From 8df65cdbe91241b5154496c43fcad5d4b34fe5f4 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Wed, 9 Jun 2021 23:51:56 +0000 Subject: [PATCH] Widgets: Improve unit tests for RSS Widget. Prevent unit tests from making HTTP requests to wordpress.org. Specify URLs as https rather than http. Follow up to [51107]. Props hellofromTonya. Fixes #53278. Built from https://develop.svn.wordpress.org/trunk@51136 git-svn-id: http://core.svn.wordpress.org/trunk@50745 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 ec0b323307..49d841f289 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-beta1-51135'; +$wp_version = '5.8-beta1-51136'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.