Changeset 31658 for trunk/src/wp-admin/network/site-settings.php
- Timestamp:
- 03/07/2015 05:59:17 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/site-settings.php
r31517 r31658 41 41 $details = get_blog_details( $id ); 42 42 if ( !can_edit_network( $details->site_id ) ) 43 wp_die( __( 'You do not have permission to access this page.' ) );43 wp_die( __( 'You do not have permission to access this page.' ), '', array( 'response' => 403 ) ); 44 44 45 45 $is_main_site = is_main_site( $id );
Note: See TracChangeset
for help on using the changeset viewer.