Make WordPress Core


Ignore:
Timestamp:
04/22/2004 12:40:38 AM (21 years ago)
Author:
saxmatt
Message:

Typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import-b2.php

    r1108 r1117  
    11<?php
    2 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.");
     2if (!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.");
    33require_once('../wp-config.php');
    44require('upgrade-functions.php');
     
    5252    design.</li>
    5353  <li>You need to transfer some of your settings from your old <code>b2config.php</code>
    54     to <code>wp-config.php</code> file [NEED MORE INFO].</li>
     54    to <code>wp-config.php</code> file.</li>
    5555  <li>WordPress issues should be discussed in our <a href="http://wordpress.org/support/">support
    5656    forums</a>.</li>
    57   <li><strong>Back up</strong> your database before you do anything. Yes, you.
    58     Right now.</li>
     57  <li><strong>Back up</strong> your database before you do anything. Yes, you.</li>
    5958</ul>
    6059<p>Have you looked at the <a href="../readme.html">readme</a>? If
Note: See TracChangeset for help on using the changeset viewer.