Changeset 62044
- Timestamp:
- 03/18/2026 10:58:22 AM (2 weeks ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/ms-load.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-load.php
r61878 r62044 420 420 if ( $subdomain && ! defined( 'NOBLOGREDIRECT' ) ) { 421 421 // For a "subdomain" installation, redirect to the signup form specifically. 422 $destination .= 'wp-signup.php?new=' . str_replace( '.' . $current_site->domain, '', $domain ); 422 $path = 'wp-signup.php?new=' . str_replace( '.' . $current_site->domain, '', $domain ); 423 424 /** This filter is documented in wp-includes/link-template.php */ 425 $destination = apply_filters( 'network_site_url', $destination . $path, $path, $scheme ); 423 426 } elseif ( $subdomain ) { 424 427 /*
Note: See TracChangeset
for help on using the changeset viewer.