Changeset 12646 for trunk/wp-admin/ms-admin.php
- Timestamp:
- 01/07/2010 03:52:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/ms-admin.php
r12632 r12646 15 15 require_once('admin-header.php'); 16 16 17 if ( is_site_admin() == false ) {17 if ( !is_super_admin() ) 18 18 wp_die( __('You do not have permission to access this page.') ); 19 }20 19 21 20 global $wpdb;
Note: See TracChangeset
for help on using the changeset viewer.