Changeset 37914 for trunk/src/wp-admin/network/user-new.php
- Timestamp:
- 06/29/2016 03:15:40 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/user-new.php
r36697 r37914 15 15 16 16 if ( ! current_user_can('create_users') ) 17 wp_die(__(' You do not have sufficient permissionsto add users to this network.'));17 wp_die(__('Sorry, you are not allowed to add users to this network.')); 18 18 19 19 get_current_screen()->add_help_tab( array( … … 35 35 36 36 if ( ! current_user_can( 'manage_network_users' ) ) 37 wp_die( __( ' You do not have permissionto access this page.' ), 403 );37 wp_die( __( 'Sorry, you are not allowed to access this page.' ), 403 ); 38 38 39 39 if ( ! is_array( $_POST['user'] ) )
Note: See TracChangeset
for help on using the changeset viewer.