[wp-trac] [WordPress Trac] #11493: plugin-editor Closing PHP
WordPress Trac
wp-trac at lists.automattic.com
Sat Dec 19 11:02:04 UTC 2009
#11493: plugin-editor Closing PHP
----------------------------+-----------------------------------------------
Reporter: danbriant | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Unassigned
Component: Administration | Version: 2.9
Severity: normal | Keywords: plugin-editor
----------------------------+-----------------------------------------------
The final statement in plugin-editor.php should really be closed i think.
As in every other admin file it is also closed. And i suppose on some
server setups under unique setups it could cause php to throw out errors.
<?php
break;
}
include("admin-footer.php");
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11493>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list