Make WordPress Core


Ignore:
Timestamp:
01/07/2010 03:52:22 PM (15 years ago)
Author:
ryan
Message:

User is_super_admin(). Props GIGALinux. see #11644

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/ms-edit.php

    r12632 r12646  
    55    wp_die( __('Multisite support is not enabled.') );
    66
    7 if( is_site_admin() == false ) {
     7if ( !is_super_admin() )
    88    wp_die( __('You do not have permission to access this page.') );
    9 }
    109
    1110do_action('wpmuadminedit', '');
Note: See TracChangeset for help on using the changeset viewer.