Changeset 776
- Timestamp:
- 09/27/06 18:48:32 (2 years ago)
- Files:
-
- trunk/wp-includes/wpmu-functions.php (modified) (1 diff)
- trunk/wp-signup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/wpmu-functions.php
r755 r776 1189 1189 return new WP_Error('insert_blog', __('Could not create blog.')); 1190 1190 1191 //define( "WP_INSTALLING", true ); 1191 if ( !defined("WP_INSTALLING") ) 1192 define( "WP_INSTALLING", true ); 1193 1192 1194 switch_to_blog($blog_id); 1193 1195 trunk/wp-signup.php
r740 r776 1 1 <?php 2 2 3 define( "WP_INSTALLING", true ); 3 4 require ('wp-config.php'); 4 5
