]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/ms-load.php
Wordpress 3.7
[autoinstalls/wordpress.git] / wp-includes / ms-load.php
index 55659a2822c2dbc8a51a8363aa61e08f351d0b47..a8f3f378dc7b2af305b823ab2ba92724327e3688 100644 (file)
@@ -73,8 +73,14 @@ function ms_site_check() {
 
        $blog = get_blog_details();
 
-       // Allow short-circuiting
-       $check = apply_filters('ms_site_check', null);
+       /**
+        * Filter checking the status of the current blog.
+        *
+        * @since 1.2.1
+        *
+        * @param bool null Whether to skip the blog status check. Default null.
+       */
+       $check = apply_filters( 'ms_site_check', null );
        if ( null !== $check )
                return true;