Changeset 15050 for trunk/wp-includes/ms-functions.php
- Timestamp:
- 05/29/2010 12:32:10 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/ms-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-functions.php
r15042 r15050 598 598 // Check if the domain/path has been used already. 599 599 if ( is_subdomain_install() ) { 600 $mydomain = "$blogname.$domain";600 $mydomain = $blogname . '.' . preg_replace( '|^www\.|', '', $domain ); 601 601 $path = $base; 602 602 } else {
Note: See TracChangeset
for help on using the changeset viewer.