Changeset 13301 for trunk/wp-admin/ms-admin.php
- Timestamp:
- 02/22/2010 06:41:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/ms-admin.php
r13114 r13301 15 15 require_once('admin-header.php'); 16 16 17 if ( ! is_super_admin() )17 if ( ! current_user_can( 'manage_network' ) ) 18 18 wp_die( __('You do not have permission to access this page.') ); 19 19
Note: See TracChangeset
for help on using the changeset viewer.