Changeset 37914 for trunk/src/wp-admin/network/upgrade.php
- Timestamp:
- 06/29/2016 03:15:40 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/network/upgrade.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/upgrade.php
r37695 r37914 37 37 38 38 if ( ! current_user_can( 'manage_network' ) ) 39 wp_die( __( ' You do not have permissionto access this page.' ), 403 );39 wp_die( __( 'Sorry, you are not allowed to access this page.' ), 403 ); 40 40 41 41 echo '<div class="wrap">';
Note: See TracChangeset
for help on using the changeset viewer.