From 9123d8ad62dd7f5d7375cd43192641404602527e Mon Sep 17 00:00:00 2001 From: Ryan Boren 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: https://develop.svn.wordpress.org/trunk@8076 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-load.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-load.php b/wp-load.php index ccaffd5106..2773e8ee50 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 +?>