From 16253ac6d20e7d4935945f9ef36f5a75af23ca54 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Fri, 23 May 2003 13:52:07 +0000 Subject: [PATCH] Default links, readme link, english fix. git-svn-id: https://develop.svn.wordpress.org/trunk@59 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/wp-install.php | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/wp-admin/wp-install.php b/wp-admin/wp-install.php index e04277e47a..89b9e47702 100644 --- a/wp-admin/wp-install.php +++ b/wp-admin/wp-install.php @@ -58,15 +58,16 @@ switch($step) { you up and running with the latest in personal publishing platforms. Before we get started, remember that we require a PHP version of at least 4.0.6, you have . Look good? You also need to set up the database - connection information in b2config.php. If you’re all done, - let's go!

+ connection information in b2config.php. Have you looked at the + readme? If you’re all ready, let's + go!

Step 1

-

Okay first we're going to set up the links database. This will allow you to host your own blogroll, complete with Weblogs.com updates.

+

Okay first we’re going to set up the links database. This will allow you to host your own blogroll, complete with Weblogs.com updates.

" . $sql . "
" . mysql_error()); + $links = mysql_query("INSERT INTO b2links VALUES ('', 'http://wordpress.org', 'WordPress', '', '', 1, '', 'Y', 1, 0, '0000-00-00 00:00:00', '');"); + $links = mysql_query("INSERT INTO b2links VALUES ('', 'http://cafelog.com', 'b2', '', '', 1, '', 'Y', 1, 0, '0000-00-00 00:00:00', '');"); + $links = mysql_query("INSERT INTO b2links VALUES ('', 'http://photomatt.net', 'Matt', '', '', 1, '', 'Y', 1, 0, '0000-00-00 00:00:00', '');"); + $links = mysql_query("INSERT INTO b2links VALUES ('', 'http://zed1.com/b2/', 'Mike', '', '', 1, '', 'Y', 1, 0, '0000-00-00 00:00:00', '');"); + + + if ($result != false) { echo "

Table '$tablelinks' created OK

\n"; $got_links = true; @@ -159,7 +167,7 @@ if ($got_row) { echo "

All done!

\n"; } ?> -

Did you defeat the boss monster at the end? Good, then go on to Step +

Did you defeat the boss monster at the end? Good, then you’re ready for Step 2.