Changeset 37914 for trunk/src/wp-admin/network.php
- Timestamp:
- 06/29/2016 03:15:40 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network.php
r34292 r37914 17 17 18 18 if ( ! is_super_admin() ) { 19 wp_die( __( ' You do not have sufficient permissionsto manage options for this site.' ) );19 wp_die( __( 'Sorry, you are not allowed to manage options for this site.' ) ); 20 20 } 21 21
Note: See TracChangeset
for help on using the changeset viewer.