Return true. fixes #13094
git-svn-id: http://svn.automattic.com/wordpress/trunk@14199 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ff140f1d76
commit
dd5fb17b87
|
@ -41,7 +41,7 @@ function ms_site_check() {
|
||||||
// Allow short-circuiting
|
// Allow short-circuiting
|
||||||
$check = apply_filters('ms_site_check', null);
|
$check = apply_filters('ms_site_check', null);
|
||||||
if ( null !== $check )
|
if ( null !== $check )
|
||||||
return;
|
return true;
|
||||||
|
|
||||||
// Allow super admins to see blocked sites
|
// Allow super admins to see blocked sites
|
||||||
if ( is_super_admin() )
|
if ( is_super_admin() )
|
||||||
|
|
Loading…
Reference in New Issue