[wp-trac] [WordPress Trac] #14206: Custom taxonomy meta box callback

WordPress Trac noreply at wordpress.org
Fri Aug 23 19:09:30 UTC 2013


#14206: Custom taxonomy meta box callback
------------------------------+------------------------
 Reporter:  johnbillion       |       Owner:
     Type:  enhancement       |      Status:  reviewing
 Priority:  normal            |   Milestone:  3.7
Component:  Taxonomy          |     Version:  3.0
 Severity:  trivial           |  Resolution:
 Keywords:  has-patch commit  |
------------------------------+------------------------

Comment (by nacin):

 I'm hesitating a bit on this because of the difference between
 register_meta_box_cb and meta_box_callback. It is clear why the different
 functionality is needed — you may want to add a bunch of meta boxes for a
 single post type, while this is for replacing the taxonomy box — but the
 names are too similar. Explaining what register_meta_box_cb does is kind
 of awkward as it is.

 I think we can solve this by clearly documenting the meta_box_callback
 parameter (missing from this patch) and seeing if the documentation for
 register_meta_box_cb can be improved as well.

--
Ticket URL: <http://core.trac.wordpress.org/ticket/14206#comment:14>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list