Ticket #7127: 7127.r8071.diff
File 7127.r8071.diff, 630 bytes (added by , 17 years ago) |
---|
-
wp-load.php
9 9 * will be displayed asking the visitor to set up the 10 10 * wp-config.php file. 11 11 * 12 * Also made to work in the wp-admin/ folder, because it13 * will look in the parent directory if the file is not14 * 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. 15 15 * 16 16 * @package WordPress 17 17 */ … … 47 47 48 48 } 49 49 50 ?> 51 No newline at end of file 50 ?>