Changeset 39945 for trunk/src/wp-admin/includes/ms.php
- Timestamp:
- 01/24/2017 11:39:01 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ms.php
r39326 r39945 705 705 */ 706 706 function check_import_new_users( $permission ) { 707 if ( ! is_super_admin() )707 if ( ! current_user_can( 'manage_network_users' ) ) { 708 708 return false; 709 } 710 709 711 return true; 710 712 }
Note: See TracChangeset
for help on using the changeset viewer.