Changeset 37914 for trunk/src/wp-admin/network/site-info.php
- Timestamp:
- 06/29/2016 03:15:40 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/site-info.php
r37466 r37914 16 16 17 17 if ( ! current_user_can( 'manage_sites' ) ) { 18 wp_die( __( ' You do not have sufficient permissionsto edit this site.' ) );18 wp_die( __( 'Sorry, you are not allowed to edit this site.' ) ); 19 19 } 20 20 … … 48 48 49 49 if ( ! can_edit_network( $details->site_id ) ) { 50 wp_die( __( ' You do not have permissionto access this page.' ), 403 );50 wp_die( __( 'Sorry, you are not allowed to access this page.' ), 403 ); 51 51 } 52 52
Note: See TracChangeset
for help on using the changeset viewer.