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/upgrade.php

    r1108 r1117  
    11<?php
    22$_wp_installing = 1;
    3 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.");
     3if (!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.");
    44require('../wp-config.php');
    55require('upgrade-functions.php');
Note: See TracChangeset for help on using the changeset viewer.