diff --git a/wp-admin/install-config.php b/wp-admin/install-config.php index 1786f9c222..0032ab5ad9 100644 --- a/wp-admin/install-config.php +++ b/wp-admin/install-config.php @@ -62,7 +62,7 @@ switch($step) {
  • Table prefix (if you want to run more than one WordPress in a single database)
  • If for any reason this automatic file creation doens't work, don't worry. All this does is fill in the database information to a configuration file. You may also simply open wp-config-sample.php in a text editor, fill in your information, and save it as wp-config.php.

    -

    In all likelyhood, these items were supplied to you by your ISP. If you do not have this information, then you will need to contact them before you can continue. If you’re all ready, let’s go!

    +

    In all likelihood, these items were supplied to you by your ISP. If you do not have this information, then you will need to contact them before you can continue. If you’re all ready, let’s go!

    dbh = @mysql_connect($dbhost,$dbuser,$dbpassword); if ( ! $this->dbh ) { die("
    -

    Error establishing a database connection! This probably means that the connection information in youn wp-config.php file is incorrect. Double check it and try again.

    +

    Error establishing a database connection! This probably means that the connection information in your wp-config.php file is incorrect. Double check it and try again.