Changeset 13953 for trunk/wp-admin/ms-users.php
- Timestamp:
- 04/03/2010 12:10:44 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/ms-users.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/ms-users.php
r13941 r13953 5 5 wp_die( __( 'Multisite support is not enabled.' ) ); 6 6 7 if ( ! current_user_can( 'manage_network_users' ) ) 8 wp_die( __( 'You do not have permission to access this page.' ) ); 9 7 10 $title = __( 'Users' ); 8 11 $parent_file = 'ms-admin.php'; … … 11 14 12 15 require_once( './admin-header.php' ); 13 14 if ( ! current_user_can( 'manage_network_users' ) )15 wp_die( __( 'You do not have permission to access this page.' ) );16 16 17 17 if ( isset( $_GET['updated'] ) && $_GET['updated'] == 'true' && ! empty( $_GET['action'] ) ) { … … 27 27 break; 28 28 case 'all_notspam': 29 _e( 'Users marked as notspam.' );29 _e( 'Users removed from spam.' ); 30 30 break; 31 31 case 'all_delete':
Note: See TracChangeset
for help on using the changeset viewer.