From c9b341d759b48230b1168eae749a0bb75fb581ba Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 13 Jun 2008 19:39:04 +0000 Subject: [PATCH] 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 --- wp-load.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-load.php b/wp-load.php index ccaffd510..2773e8ee5 100644 --- a/wp-load.php +++ b/wp-load.php @@ -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') ) { } -?> \ No newline at end of file +?>