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
This commit is contained in:
nacin 2011-06-29 16:50:07 +00:00
parent ad1e1df0f2
commit db78833264
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
* for the wp-config.php to be created using this page.
*
* @internal This file must be parsable by PHP4.
*
* @package WordPress
* @subpackage Administration
*/

View File

@ -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
*/

View File

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

View File

@ -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
*/