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:
parent
85d77664fb
commit
b40bdc3928
@ -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
|
||||||
*/
|
*/
|
||||||
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user