Changeset 14198 for trunk/wp-includes/ms-load.php
- Timestamp:
- 04/23/2010 04:18:33 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/ms-load.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-load.php
r14070 r14198 38 38 function ms_site_check() { 39 39 global $wpdb, $current_blog; 40 41 // Allow short-circuiting 42 $check = apply_filters('ms_site_check', null); 43 if ( null !== $check ) 44 return; 45 46 // Allow super admins to see blocked sites 47 if ( is_super_admin() ) 48 return true; 40 49 41 50 if ( '1' == $current_blog->deleted ) {
Note: See TracChangeset
for help on using the changeset viewer.