mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
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
|
* 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') ) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user