Changeset 23567 for trunk/wp-admin/network.php
- Timestamp:
- 03/01/2013 05:14:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network.php
r23554 r23567 521 521 $subdomain_install = allow_subdomain_install() ? !empty( $_POST['subdomain_install'] ) : false; 522 522 if ( ! network_domain_check() ) { 523 $result = populate_network( 1, get_clean_basedomain(), sanitize_email( $_POST['email'] ), stripslashes( $_POST['sitename'] ), $base, $subdomain_install );523 $result = populate_network( 1, get_clean_basedomain(), sanitize_email( $_POST['email'] ), wp_unslash( $_POST['sitename'] ), $base, $subdomain_install ); 524 524 if ( is_wp_error( $result ) ) { 525 525 if ( 1 == count( $result->get_error_codes() ) && 'no_wildcard_dns' == $result->get_error_code() )
Note: See TracChangeset
for help on using the changeset viewer.