Opened 9 years ago
Last modified 5 years ago
#32237 new defect (bug)
Default query args are ignored in menu editor's taxonomy metaboxes
Reported by: | szepe.viktor | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.2.1 |
Component: | Menus | Keywords: | has-patch |
Focuses: | Cc: |
Description
wp_nav_menu_item_post_type_meta_box()
merges $post_type['args']->_default_query
but wp_nav_menu_item_taxonomy_meta_box
ignores $taxonomy['args']->_default_query
Please handle default query parameters.
I'd like to make the metabox longer than 50.
Attachments (2)
Change History (6)
#3
@
8 years ago
- Keywords needs-patch added; has-patch removed
@tyxla can you add braces to the if statement for standards - https://make.wordpress.org/core/handbook/best-practices/coding-standards/php/#brace-style.
Note: See
TracTickets for help on using
tickets.
Handle
_default_query
for taxonomies inwp_nav_menu_item_taxonomy_meta_box()