From 1ec225ee3ffee7189988b286b5c402a3d065d503 Mon Sep 17 00:00:00 2001 From: TimothyBlynJacobs Date: Thu, 15 Oct 2020 02:13:04 +0000 Subject: [PATCH] REST API: Grant super admin to site health test user. The current user needs to be a super admin to access Site Health on multisite. Follow up to [49154]. See #48105. Built from https://develop.svn.wordpress.org/trunk@49155 git-svn-id: http://core.svn.wordpress.org/trunk@48917 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 767065b043..1a70355e0d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-49154'; +$wp_version = '5.6-alpha-49155'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.