Opened 11 years ago
Last modified 7 years ago
#32237 new defect (bug)
Default query args are ignored in menu editor's taxonomy metaboxes
| Reported by: | szepe.viktor | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Menus | Version: | 4.2.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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
@
10 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Handle
_default_queryfor taxonomies inwp_nav_menu_item_taxonomy_meta_box()