Changeset 37914 for trunk/src/wp-admin/network/site-new.php
- Timestamp:
- 06/29/2016 03:15:40 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/site-new.php
r36826 r37914 18 18 19 19 if ( ! current_user_can( 'manage_sites' ) ) 20 wp_die( __( ' You do not have sufficient permissionsto add sites to this network.' ) );20 wp_die( __( 'Sorry, you are not allowed to add sites to this network.' ) ); 21 21 22 22 get_current_screen()->add_help_tab( array(
Note: See TracChangeset
for help on using the changeset viewer.