[wp-trac] [WordPress Trac] #16048: Make Admin Menu Generation Hookable
WordPress Trac
wp-trac at lists.automattic.com
Fri Jan 14 12:09:55 UTC 2011
#16048: Make Admin Menu Generation Hookable
-----------------------------+-----------------------
Reporter: mikeschinkel | Owner:
Type: enhancement | Status: reopened
Priority: normal | Milestone:
Component: Administration | Version: 3.1
Severity: normal | Resolution:
Keywords: menus has-patch |
-----------------------------+-----------------------
Comment (by scribu):
I don't see the problem with this patch. Take wp_list_categories() as an
example:
* we add loads of classes by default, for easy CSS styling
* we use a Walker that can be overwritten
* we have a filter at the end, for ultimate extensibility
Each of these methods is usefull in particular contexts. So why not allow
something similar for the admin menu as well?
--
Ticket URL: <http://core.trac.wordpress.org/ticket/16048#comment:7>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list