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 +?>