From db78833264e66b179ca8b8509cf766b448e66df9 Mon Sep 17 00:00:00 2001 From: nacin Date: Wed, 29 Jun 2011 16:50:07 +0000 Subject: [PATCH] Mark a few files as needing to be parsable by PHP4 in order to show the proper error messages. Non-exhaustive. see #17934. git-svn-id: http://svn.automattic.com/wordpress/trunk@18375 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/setup-config.php | 2 ++ wp-includes/load.php | 2 +- wp-load.php | 2 ++ wp-settings.php | 2 ++ 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/wp-admin/setup-config.php b/wp-admin/setup-config.php index 4a4c67cbcb..acd65e7aa5 100644 --- a/wp-admin/setup-config.php +++ b/wp-admin/setup-config.php @@ -5,6 +5,8 @@ * The permissions for the base directory must allow for writing files in order * for the wp-config.php to be created using this page. * + * @internal This file must be parsable by PHP4. + * * @package WordPress * @subpackage Administration */ diff --git a/wp-includes/load.php b/wp-includes/load.php index 73c9eb8aae..4e7c6923ca 100644 --- a/wp-includes/load.php +++ b/wp-includes/load.php @@ -2,7 +2,7 @@ /** * These functions are needed to load WordPress. * - * This file must be parsable by PHP4. + * @internal This file must be parsable by PHP4. * * @package WordPress */ diff --git a/wp-load.php b/wp-load.php index 246e944fc8..8c23992f1d 100644 --- a/wp-load.php +++ b/wp-load.php @@ -13,6 +13,8 @@ * directory to allow the WordPress directory to remain * untouched. * + * @internal This file must be parsable by PHP4. + * * @package WordPress */ diff --git a/wp-settings.php b/wp-settings.php index e9462e3721..9b89b577a1 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -5,6 +5,8 @@ * * Allows for some configuration in wp-config.php (see default-constants.php) * + * @internal This file must be parsable by PHP4. + * * @package WordPress */