Changeset 62086
- Timestamp:
- 03/20/2026 10:35:32 PM (7 days ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/ms.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ms.php
r61878 r62086 615 615 */ 616 616 function check_import_new_users( $permission ) { 617 if ( ! current_user_can( 'manage_network_users' ) ) { 618 return false; 619 } 620 621 return true; 617 return current_user_can( 'manage_network_users' ); 622 618 } 623 619 // See "import_allow_fetch_attachments" and "import_attachment_size_limit" filters too.
Note: See TracChangeset
for help on using the changeset viewer.