#6810 closed defect (bug) (fixed)
wp_category_checklist() does not treat popular categories correctly, does not work with ajax
| Reported by: | mdawaffe | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.5.1 |
| Component: | General | Version: | 2.6 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [7777]) wp_category_checklist() fixes from mdawaffe. fixes #6810 for trunk