From 26323cbc2143c9966819735576ff76efa3cf3619 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Thu, 22 Apr 2004 00:40:38 +0000 Subject: [PATCH] Typos. git-svn-id: http://svn.automattic.com/wordpress/trunk@1117 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/import-b2.php | 7 +++---- wp-admin/import-textpattern.php | 2 +- wp-admin/upgrade.php | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/wp-admin/import-b2.php b/wp-admin/import-b2.php index 29d74c61f..10e0ad648 100644 --- a/wp-admin/import-b2.php +++ b/wp-admin/import-b2.php @@ -1,5 +1,5 @@
  • You need to transfer some of your settings from your old b2config.php - to wp-config.php file [NEED MORE INFO].
  • + to wp-config.php file.
  • WordPress issues should be discussed in our support forums.
  • -
  • Back up your database before you do anything. Yes, you. - Right now.
  • +
  • Back up your database before you do anything. Yes, you.
  • Have you looked at the readme? If you’re all ready, let’s go!

    diff --git a/wp-admin/import-textpattern.php b/wp-admin/import-textpattern.php index 8d0008662..24b2500ad 100644 --- a/wp-admin/import-textpattern.php +++ b/wp-admin/import-textpattern.php @@ -7,7 +7,7 @@ $tp_database_username = 'username'; $tp_database_password = 'password'; $tp_database_host = 'localhost'; -if (!file_exists('../wp-config.php')) die("There doesn't seem to be a wp-config.php file. Double check that you updated wp-config.sample.php with the proper database connection information and renamed it to wp-config.php."); +if (!file_exists('../wp-config.php')) die("There doesn't seem to be a wp-config.php file. Double check that you updated wp-config-sample.php with the proper database connection information and renamed it to wp-config.php."); require('../wp-config.php'); require('upgrade-functions.php'); diff --git a/wp-admin/upgrade.php b/wp-admin/upgrade.php index 183aa210c..6f70d79ae 100644 --- a/wp-admin/upgrade.php +++ b/wp-admin/upgrade.php @@ -1,6 +1,6 @@