Changeset 47122 for trunk/src/wp-admin/network/site-new.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/site-new.php
r45932 r47122 49 49 } 50 50 51 // If not a subdomain installation, make sure the domain isn't a reserved word 51 // If not a subdomain installation, make sure the domain isn't a reserved word. 52 52 if ( ! is_subdomain_install() ) { 53 53 $subdirectory_reserved_names = get_subdirectory_reserved_names(); … … 107 107 $password = 'N/A'; 108 108 $user_id = email_exists( $email ); 109 if ( ! $user_id ) { // Create a new user with a random password 109 if ( ! $user_id ) { // Create a new user with a random password. 110 110 /** 111 111 * Fires immediately before a new user is created via the network site-new.php page.
Note: See TracChangeset
for help on using the changeset viewer.