Make WordPress Core


Ignore:
Timestamp:
02/22/2010 06:41:38 PM (15 years ago)
Author:
wpmuguru
Message:

multisite UX, see #11644, add manage_ caps for super_admin, fixes #11803

File:
1 edited

Legend:

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

    r13154 r13301  
    1010include('admin-header.php');
    1111
    12 if ( !is_super_admin() )
     12if ( ! current_user_can( 'manage_network_options' ) )
    1313    wp_die( __('You do not have permission to access this page.') );
    1414
Note: See TracChangeset for help on using the changeset viewer.