Changeset 18009
- Timestamp:
- 05/23/2011 11:11:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/ms.php
r18008 r18009 498 498 499 499 function _access_denied_splash() { 500 if ( ! is_user_logged_in() )500 if ( ! is_user_logged_in() || is_network_admin() ) 501 501 return; 502 502
Note: See TracChangeset
for help on using the changeset viewer.