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.