Changeset 32152 for trunk/src/wp-admin/network/upgrade.php
- Timestamp:
- 04/20/2015 03:26:24 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/upgrade.php
r32116 r32152 37 37 38 38 if ( ! current_user_can( 'manage_network' ) ) 39 wp_die( __( 'You do not have permission to access this page.' ), '', array( 'response' => 403 ));39 wp_die( __( 'You do not have permission to access this page.' ), 403 ); 40 40 41 41 echo '<div class="wrap">';
Note: See TracChangeset
for help on using the changeset viewer.