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 @@