Changeset 12674 for trunk/wp-admin/ms-edit.php
- Timestamp:
- 01/08/2010 09:25:01 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/ms-edit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/ms-edit.php
r12646 r12674 71 71 if ( is_numeric( $dashboard_blog ) ) 72 72 wp_die( __( 'Dashboard blog_id must be a blog that already exists' ) ); 73 if ( constant( 'VHOST' ) == 'yes') {73 if ( is_subdomain_install() ) { 74 74 $domain = $dashboard_blog . '.' . $current_site->domain; 75 75 $path = $current_site->path; … … 146 146 wp_die( __('Invalid email address') ); 147 147 148 if( constant( 'VHOST' ) == 'yes') {148 if( is_subdomain_install() ) { 149 149 $newdomain = $domain.".".$current_site->domain; 150 150 $path = $base;
Note: See TracChangeset
for help on using the changeset viewer.