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:
parent
ad1e1df0f2
commit
db78833264
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
* directory to allow the WordPress directory to remain
|
||||
* untouched.
|
||||
*
|
||||
* @internal This file must be parsable by PHP4.
|
||||
*
|
||||
* @package WordPress
|
||||
*/
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue