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
This commit is contained in:
TimothyBlynJacobs 2020-10-15 02:28:05 +00:00
parent 1ec225ee3f
commit a91cc19c1c

View File

@ -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.