Make WordPress Core

Ticket #7127: 7127.r8071.diff

File 7127.r8071.diff, 630 bytes (added by hansengel, 17 years ago)
  • wp-load.php

     
    99 * will be displayed asking the visitor to set up the
    1010 * wp-config.php file.
    1111 *
    12  * Also made to work in the wp-admin/ folder, because it
    13  * will look in the parent directory if the file is not
    14  * found in the current directory.
     12 * Will also search for wp-config.php in WordPress' parent
     13 * directory to allow the WordPress directory to remain
     14 * untouched.
    1515 *
    1616 * @package WordPress
    1717 */
     
    4747
    4848}
    4949
    50 ?>
    51  No newline at end of file
     50?>