Make WordPress Core


Ignore:
Timestamp:
12/15/2010 07:11:55 PM (15 years ago)
Author:
PeteMall
Message:

This is only for use in the Network admin when it is always multisite.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-ms-users-list-table.php

    r16962 r16968  
    1010
    1111    function check_permissions() {
    12         if ( !is_multisite() )
    13             wp_die( __( 'Multisite support is not enabled.' ) );
    14 
    1512        if ( ! current_user_can( 'manage_network_users' ) )
    1613            wp_die( __( 'You do not have permission to access this page.' ) );
Note: See TracChangeset for help on using the changeset viewer.