From a91cc19c1ca116d6be5f7bac6609256e636bf1a1 Mon Sep 17 00:00:00 2001 From: TimothyBlynJacobs Date: Thu, 15 Oct 2020 02:28:05 +0000 Subject: [PATCH] REST API: Exclude custom site health capability check on multisite. Super admins will always pass capability checks. Follow up to [49154], [49155]. See #48105. Built from https://develop.svn.wordpress.org/trunk@49156 git-svn-id: http://core.svn.wordpress.org/trunk@48918 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 1a70355e0d..75e2a54804 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-49155'; +$wp_version = '5.6-alpha-49156'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.