Update phpdoc comment for wp-load.php. Props sambauers and hansengel. fixes #7127
git-svn-id: http://svn.automattic.com/wordpress/trunk@8076 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
94eea943d6
commit
c9b341d759
|
@ -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') ) {
|
|||
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue