Changeset 47848 for trunk/src/wp-admin/network.php
- Timestamp:
- 05/23/2020 11:36:36 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network.php
r47808 r47848 100 100 $result = populate_network( 1, get_clean_basedomain(), sanitize_email( $_POST['email'] ), wp_unslash( $_POST['sitename'] ), $base, $subdomain_install ); 101 101 if ( is_wp_error( $result ) ) { 102 if ( 1 == count( $result->get_error_codes() ) && 'no_wildcard_dns' === $result->get_error_code() ) {102 if ( 1 === count( $result->get_error_codes() ) && 'no_wildcard_dns' === $result->get_error_code() ) { 103 103 network_step2( $result ); 104 104 } else {
Note: See TracChangeset
for help on using the changeset viewer.