[wp-trac] [WordPress Trac] #12741: Plugin Editor Allows editing active plugins; Plugin listing doesnt list Edit for active plugins
WordPress Trac
wp-trac at lists.automattic.com
Mon Mar 29 09:01:15 UTC 2010
#12741: Plugin Editor Allows editing active plugins; Plugin listing doesnt list
Edit for active plugins
--------------------------+-------------------------------------------------
Reporter: dd32 | Owner: westi
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: 3.0
Component: Plugins | Version: 3.0
Severity: normal | Resolution:
Keywords: has-patch |
--------------------------+-------------------------------------------------
Changes (by nacin):
* status: closed => reopened
* resolution: fixed =>
Comment:
Agree, delete should be at the end. We could probably use a trick to not
duplicate code once, i.e.
{{{
$actions['edit'] = true;
...
if ( isset( $actions['edit'] ) )
$actions['edit'] = ...
}}}
X-ref [12287] as an idea.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12741#comment:9>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list