Changeset 14199 for trunk/wp-includes/ms-load.php
- Timestamp:
- 04/23/2010 04:50:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-load.php
r14198 r14199 42 42 $check = apply_filters('ms_site_check', null); 43 43 if ( null !== $check ) 44 return ;44 return true; 45 45 46 46 // Allow super admins to see blocked sites
Note: See TracChangeset
for help on using the changeset viewer.