Update phpdoc comment for wp-load.php. Props sambauers and hansengel. fixes #7127

git-svn-id: https://develop.svn.wordpress.org/trunk@8076 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-06-13 19:39:04 +00:00
parent f557a89dc4
commit 9123d8ad62

View File

@ -9,9 +9,9 @@
* will be displayed asking the visitor to set up the * will be displayed asking the visitor to set up the
* wp-config.php file. * wp-config.php file.
* *
* Also made to work in the wp-admin/ folder, because it * Will also search for wp-config.php in WordPress' parent
* will look in the parent directory if the file is not * directory to allow the WordPress directory to remain
* found in the current directory. * untouched.
* *
* @package WordPress * @package WordPress
*/ */
@ -47,4 +47,4 @@ if ( file_exists( ABSPATH . 'wp-config.php') ) {
} }
?> ?>