Changeset 41289 for trunk/src/wp-includes/ms-load.php
- Timestamp:
- 08/22/2017 11:51:11 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-load.php
r38943 r41289 309 309 } elseif ( ! $subdomain ) { 310 310 /* 311 * A "subdomain" install can be re-interpreted to mean "can support any domain".312 * If we're not dealing with one of these install s, then the important part is determining311 * A "subdomain" installation can be re-interpreted to mean "can support any domain". 312 * If we're not dealing with one of these installations, then the important part is determining 313 313 * the network first, because we need the network's path to identify any sites. 314 314 */ … … 402 402 403 403 if ( $subdomain && ! defined( 'NOBLOGREDIRECT' ) ) { 404 // For a "subdomain" install , redirect to the signup form specifically.404 // For a "subdomain" installation, redirect to the signup form specifically. 405 405 $destination .= 'wp-signup.php?new=' . str_replace( '.' . $current_site->domain, '', $domain ); 406 406 } elseif ( $subdomain ) { 407 // For a "subdomain" install , the NOBLOGREDIRECT constant407 // For a "subdomain" installation, the NOBLOGREDIRECT constant 408 408 // can be used to avoid a redirect to the signup form. 409 409 // Using the ms_site_not_found action is preferred to the constant.
Note: See TracChangeset
for help on using the changeset viewer.