Opened 15 years ago
Closed 10 years ago
#18617 closed defect (bug) (maybelater)
Renaming menus orphans children when using global terms
| Reported by: | adambackstrom | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Menus | Version: | 3.2.1 |
| Severity: | normal | Keywords: | close |
| Cc: | Focuses: | multisite |
Description
Renaming a menu when global terms is enabled will cause the menu to be disassociated from its children. This is caused by the reliance on wp_get_nav_menu_object() in wp_update_nav_menu_item() and elsewhere, where the calling function attempts to get the menu object using the old global term id rather than the new global term id. The menu items appear to be invalid because the menu term id has changed.
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)
Sorry you never got a reply, Adam. Basically no one uses global terms, at least not on purpose. I think it'd be nice to fix this but it's a pretty low priority.