[wp-trac] Re: [WordPress Trac] #5660: Redesign of Plugins page
WordPress Trac
wp-trac at lists.automattic.com
Wed Mar 26 02:43:54 GMT 2008
#5660: Redesign of Plugins page
----------------------------+-----------------------------------------------
Reporter: DD32 | Owner: DD32
Type: enhancement | Status: new
Priority: lowest | Milestone: 2.6
Component: Administration | Version: 2.5
Severity: normal | Resolution:
Keywords: has-patch |
----------------------------+-----------------------------------------------
Changes (by DD32):
* keywords: needs-patch => has-patch
Comment:
> attachment 5660.2.diff added.
> refresh the patch to allow a customised list of action links
Allows a function to filter the list as such:
{{{
add_filter('plugin_action_links', 'plugins_configure');
function plugins_configure($actions){
return array_merge(array('<a href="#">Configure</a>'), $actions);
}
}}}
which adds a Configure link to the start of the list, simpler to attach a
link to the end of the list.
--
Ticket URL: <http://trac.wordpress.org/ticket/5660#comment:17>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list