- Timestamp:
- 12/15/2010 07:11:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-ms-users-list-table.php
r16962 r16968 10 10 11 11 function check_permissions() { 12 if ( !is_multisite() )13 wp_die( __( 'Multisite support is not enabled.' ) );14 15 12 if ( ! current_user_can( 'manage_network_users' ) ) 16 13 wp_die( __( 'You do not have permission to access this page.' ) );
Note: See TracChangeset
for help on using the changeset viewer.