Changeset 1183
- Timestamp:
- 01/11/08 16:15:19 (1 year ago)
- Files:
-
- trunk/index-install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/index-install.php
r1173 r1183 401 401 $current_site->site_name = ucfirst( $domain ); 402 402 403 wpmu_create_blog( $domain, $base, $weblog_title, $user_id, array( ) );403 wpmu_create_blog( $domain, $base, $weblog_title, $user_id, array( 'blog_public' => 1, 'public' => 1 ) ); 404 404 update_blog_option( 1, 'template', 'home'); 405 405 update_blog_option( 1, 'stylesheet', 'home');
