We no longer care if wp-admin/index.php is parseable by PHP 4. (And it's not, anyway.) If a user hits the root or wp-admin/install.php, they do get a proper warning.
git-svn-id: http://core.svn.wordpress.org/trunk@23170 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d431d8e745
commit
5431638e74
|
@ -2,8 +2,6 @@
|
|||
/**
|
||||
* Dashboard Administration Screen
|
||||
*
|
||||
* @internal This file should be parseable by PHP4.
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Administration
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue