From 271fd62c614b5d574b5277da12be4c5779e27514 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Thu, 22 Apr 2004 00:40:38 +0000 Subject: [PATCH] Typos. git-svn-id: https://develop.svn.wordpress.org/trunk@1117 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 29d74c61f5..10e0ad6480 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 8d0008662e..24b2500ade 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 183aa210c4..6f70d79aea 100644 --- a/wp-admin/upgrade.php +++ b/wp-admin/upgrade.php @@ -1,6 +1,6 @@