From d14d30dbf9588e2ae25d5b74ccaaa1efc0cc0194 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Thu, 1 Jan 2004 22:40:10 +0000 Subject: [PATCH] Links named differently. git-svn-id: https://develop.svn.wordpress.org/trunk@679 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/install.php b/wp-admin/install.php index b26a4e34cc..0630547108 100644 --- a/wp-admin/install.php +++ b/wp-admin/install.php @@ -160,7 +160,7 @@ if ($got_links && $got_cats) { $got_row = true; } else { echo "

Gonna insert category 1...

\n"; - $sql = "INSERT INTO $tablelinkcategories (cat_id, cat_name) VALUES (1, 'General')"; + $sql = "INSERT INTO $tablelinkcategories (cat_id, cat_name) VALUES (1, 'Links')"; $result = mysql_query($sql) or print ("Can't query insert category.
" . $sql . "
" . mysql_error()); if ($result != false) { echo "

Inserted category Ok

\n";