Make WordPress Core

Changeset 964


Ignore:
Timestamp:
03/08/2004 08:49:21 AM (22 years ago)
Author:
saxmatt
Message:

Typo fixes from Cena.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/install-config.php

    r877 r964  
    6363</ol>
    6464<p><strong>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 <code>wp-config-sample.php</code> in a text editor, fill in your information, and save it as <code>wp-config.php</code>. </strong></p>
    65 <p>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&#8217;re all ready, <a href="install-config.php?step=1">let&#8217;s go</a>! </p>
     65<p>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&#8217;re all ready, <a href="install-config.php?step=1">let&#8217;s go</a>! </p>
    6666<?php
    6767    break;
  • trunk/wp-includes/wp-db.php

    r945 r964  
    3131            if ( ! $this->dbh ) {
    3232                die("<div>
    33                 <p><strong>Error establishing a database connection!</strong> This probably means that the connection information in youn <code>wp-config.php</code> file is incorrect. Double check it and try again.</p>
     33                <p><strong>Error establishing a database connection!</strong> This probably means that the connection information in your <code>wp-config.php</code> file is incorrect. Double check it and try again.</p>
    3434                <ul>
    3535                <li>Are you sure you have the correct user/password?</li>
Note: See TracChangeset for help on using the changeset viewer.