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
This commit is contained in:
Andrew Nacin 2011-06-29 16:50:07 +00:00
parent 85d77664fb
commit b40bdc3928
4 changed files with 7 additions and 1 deletions

View File

@ -5,6 +5,8 @@
* The permissions for the base directory must allow for writing files in order * The permissions for the base directory must allow for writing files in order
* for the wp-config.php to be created using this page. * for the wp-config.php to be created using this page.
* *
* @internal This file must be parsable by PHP4.
*
* @package WordPress * @package WordPress
* @subpackage Administration * @subpackage Administration
*/ */

View File

@ -2,7 +2,7 @@
/** /**
* These functions are needed to load WordPress. * These functions are needed to load WordPress.
* *
* This file must be parsable by PHP4. * @internal This file must be parsable by PHP4.
* *
* @package WordPress * @package WordPress
*/ */

View File

@ -13,6 +13,8 @@
* directory to allow the WordPress directory to remain * directory to allow the WordPress directory to remain
* untouched. * untouched.
* *
* @internal This file must be parsable by PHP4.
*
* @package WordPress * @package WordPress
*/ */

View File

@ -5,6 +5,8 @@
* *
* Allows for some configuration in wp-config.php (see default-constants.php) * Allows for some configuration in wp-config.php (see default-constants.php)
* *
* @internal This file must be parsable by PHP4.
*
* @package WordPress * @package WordPress
*/ */