Changeset 32152 for trunk/src/wp-admin/network/sites.php
- Timestamp:
- 04/20/2015 03:26:24 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/sites.php
r32116 r32152 15 15 16 16 if ( ! current_user_can( 'manage_sites' ) ) 17 wp_die( __( 'You do not have permission to access this page.' ), '', array( 'response' => 403 ));17 wp_die( __( 'You do not have permission to access this page.' ), 403 ); 18 18 19 19 $wp_list_table = _get_list_table( 'WP_MS_Sites_List_Table' );
Note: See TracChangeset
for help on using the changeset viewer.