Changeset 37914 for trunk/src/wp-admin/network/site-settings.php
- Timestamp:
- 06/29/2016 03:15:40 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/site-settings.php
r37466 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 get_current_screen()->add_help_tab( array( … … 45 45 46 46 if ( !can_edit_network( $details->site_id ) ) 47 wp_die( __( ' You do not have permissionto access this page.' ), 403 );47 wp_die( __( 'Sorry, you are not allowed to access this page.' ), 403 ); 48 48 49 49 $is_main_site = is_main_site( $id );
Note: See TracChangeset
for help on using the changeset viewer.