Changeset 952
- Timestamp:
- 03/29/07 12:09:14 (2 years ago)
- Files:
-
- trunk/wp-includes/wpmu-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/wpmu-functions.php
r939 r952 1180 1180 // Must restore table names at the end of function. 1181 1181 1182 if ( !defined("WP_INSTALLING") ) 1183 define( "WP_INSTALLING", true ); 1184 1182 1185 if ( ! $blog_id = insert_blog($domain, $path, $site_id) ) 1183 1186 return new WP_Error('insert_blog', __('Could not create blog.')); 1184 1185 if ( !defined("WP_INSTALLING") )1186 define( "WP_INSTALLING", true );1187 1187 1188 1188 switch_to_blog($blog_id);
