Changeset 38658
- Timestamp:
- 09/27/2016 05:56:53 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 edited
-
src/wp-includes/ms-blogs.php (modified) (1 diff)
-
tests/phpunit/tests/multisite/getIdFromBlogname.php (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-blogs.php
r38636 r38658 93 93 94 94 if ( is_subdomain_install() ) { 95 $domain = $slug . '.' . $current_site->domain;95 $domain = $slug . '.' . preg_replace( '|^www\.|', '', $current_site->domain ); 96 96 $path = $current_site->path; 97 97 } else {
Note: See TracChangeset
for help on using the changeset viewer.