#6810 closed defect (bug) (fixed)
wp_category_checklist() does not treat popular categories correctly, does not work with ajax
Reported by: | mdawaffe | Owned by: | |
---|---|---|---|
Milestone: | 2.5.1 | Priority: | normal |
Severity: | normal | Version: | 2.6 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
Attached
- Makes wp_category_checklist() work with ajax add-cat call. Added args to only show part of the category tree.
- Corrects get_terms call for popular cats. get_terms() isn't fully functional for
fields=ids
: manually disable some incompatible checks by settinghierarchical=0
- Tweaks JS while I'm at it.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [7777]) wp_category_checklist() fixes from mdawaffe. fixes #6810 for trunk