Changeset 13301 for trunk/wp-admin/ms-options.php
- Timestamp:
- 02/22/2010 06:41:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/ms-options.php
r13154 r13301 10 10 include('admin-header.php'); 11 11 12 if ( ! is_super_admin() )12 if ( ! current_user_can( 'manage_network_options' ) ) 13 13 wp_die( __('You do not have permission to access this page.') ); 14 14
Note: See TracChangeset
for help on using the changeset viewer.