Changeset 37914 for trunk/src/wp-admin/network/site-users.php
- Timestamp:
- 06/29/2016 03:15:40 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/site-users.php
r37488 r37914 15 15 16 16 if ( ! current_user_can('manage_sites') ) 17 wp_die(__(' You do not have sufficient permissionsto edit this site.'));17 wp_die(__('Sorry, you are not allowed to edit this site.')); 18 18 19 19 $wp_list_table = _get_list_table('WP_Users_List_Table'); … … 61 61 62 62 if ( ! can_edit_network( $details->site_id ) ) 63 wp_die( __( ' You do not have permissionto access this page.' ), 403 );63 wp_die( __( 'Sorry, you are not allowed to access this page.' ), 403 ); 64 64 65 65 $is_main_site = is_main_site( $id );
Note: See TracChangeset
for help on using the changeset viewer.