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
1 changed files with 4 additions and 4 deletions

View File

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