Ticket #23088: 23088.patch
| File 23088.patch, 395 bytes (added by , 13 years ago) |
|---|
| Line | |
|---|---|
| 1 | 89c89,90 |
| 2 | < $destination = 'http://' . $current_site->domain . $current_site->path . 'wp-signup.php?new=' . str_replace( '.' . $current_site->domain, '', $domain ); |
| 3 | --- |
| 4 | > $site_domain = preg_replace( '|^www\.|', '', $current_site->domain ); |
| 5 | > $destination = 'http://' . $current_site->domain . $current_site->path . 'wp-signup.php?new=' . str_replace( '.' . $site_domain, '', $domain ); |