From b40bdc3928703aab06a59f9361e9e88e51bc6ff1 Mon Sep 17 00:00:00 2001 From: Andrew 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: https://develop.svn.wordpress.org/trunk@18375 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 */