#14663 closed defect (bug) (fixed)
It is possible to select a Term's descendent as its parent
| Reported by: | mdawaffe | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | General | Version: | 3.0.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
When editing a hierarchical term, the dropdown selector for the term's parent has options for each of the term's descendants making it easy to create loops in the term hierarchy.
Attached uses the exclude_tree argument in wp_dropdown_category().
Attached depends on #14446.
Setting milestone to 3.0.2. If a user creates a category loop (for example), those categories in the loop disappear from view at wp-admin/edit-tags.php?taxonomy=category.
This is a frontend/web interface change. #14662 is a more comprehensive backend/API change.
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 [15798]) Don't show a term's descendants in the parent selector. Props mdawaffe. fixes #14663