[wp-trac] [WordPress Trac] #11306: Option to disable theme/plugin editor
WordPress Trac
wp-trac at lists.automattic.com
Mon Feb 15 07:53:08 UTC 2010
#11306: Option to disable theme/plugin editor
-----------------------------+----------------------------------------------
Reporter: kchrist | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: 3.0
Component: General | Version: 2.9
Severity: normal | Keywords: has-patch
-----------------------------+----------------------------------------------
Comment(by dd32):
Ok, So, To finalise this ticket we have 2 options:
Add this to the editor files:
{{{
if ( defined('DISALLOW_FILE_EDIT') && DISALLOW_FILE_EDIT )
die(); //or similar
}}}
Or, Fix #12109 somehow.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11306#comment:33>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list