Changeset 35782
- Timestamp:
- 12/06/2015 06:23:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-settings.php
r34828 r35782 136 136 } 137 137 138 // @todo Investigate when exactly this can occur.138 // During activation of a new subdomain, the requested site does not yet exist. 139 139 if ( empty( $current_blog ) && wp_installing() ) { 140 140 $current_blog = new stdClass; 141 141 $current_blog->blog_id = $blog_id = 1; 142 $current_blog->public = 1; 142 143 } 143 144
Note: See TracChangeset
for help on using the changeset viewer.