Changeset 59560
- Timestamp:
- 12/24/2024 10:22:49 PM (15 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/ms-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r59557 r59560 942 942 943 943 // Send email with activation link. 944 if ( ! is_subdomain_install() || get_current_network_id() != 1 ) {944 if ( ! is_subdomain_install() || get_current_network_id() !== 1 ) { 945 945 $activate_url = network_site_url( "wp-activate.php?key=$key" ); 946 946 } else {
Note: See TracChangeset
for help on using the changeset viewer.