summaryrefslogtreecommitdiffstats
path: root/index-install.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-06-28 11:57:28 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-06-28 11:57:28 +0000
commit62cc53d7c7a4c728269e7d839c87f4a83d663c18 (patch)
tree99cc4de1f1efefe6bd63aaa33ce6d74016e476b4 /index-install.php
parentf40163a955671cc128575e2b90b8e4f103e9417f (diff)
downloadwordpress-mu-62cc53d7c7a4c728269e7d839c87f4a83d663c18.tar.gz
wordpress-mu-62cc53d7c7a4c728269e7d839c87f4a83d663c18.tar.xz
wordpress-mu-62cc53d7c7a4c728269e7d839c87f4a83d663c18.zip
Create blogroll category and link2cat records for default links.
Update category_count record in categories table git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@610 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'index-install.php')
-rw-r--r--index-install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index-install.php b/index-install.php
index 95c86ef..1491796 100644
--- a/index-install.php
+++ b/index-install.php
@@ -367,6 +367,7 @@ function step3() {
$wpdb->query( "INSERT INTO ".$wpdb->sitemeta." (meta_id, site_id, meta_key, meta_value) VALUES (NULL, 1, 'admin_user_id', '1')" );
$wpdb->query( "INSERT INTO ".$wpdb->site." ( id, domain, path ) VALUES ( NULL, '$domain', '$base' )" );
$wpdb->query( "INSERT INTO " . $wpdb->sitecategories . " VALUES (1, 'Uncategorized', 'uncategorized', '')" );
+ $wpdb->query( "INSERT INTO " . $wpdb->sitecategories . " VALUES (2, 'Blogroll', 'blogroll', '')" );
$wpdb->query( "INSERT INTO ".$wpdb->sitemeta." (meta_id, site_id, meta_key, meta_value) VALUES (NULL, 1, 'upload_filetypes', 'jpg jpeg png gif mp3 mov avi wmv midi mid pdf' )" );
$wpdb->query( "INSERT INTO ".$wpdb->sitemeta." (meta_id, site_id, meta_key, meta_value) VALUES (NULL, 1, 'blog_upload_space', '10' )" );
$wpdb->query( "INSERT INTO ".$wpdb->sitemeta." (meta_id, site_id, meta_key, meta_value) VALUES (NULL, 1, 'fileupload_maxk', '1500' )" );