#12544 closed defect (bug) (fixed)
nav menu - need to strip tags from item descriptions
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.0 | Priority: | normal |
| Severity: | major | Version: | 3.0 |
| Component: | Menus | Keywords: | has-patch |
| Focuses: | Cc: |
Description
wp_setup_nav_menu_item( ) uses $menu_item->post_content as a fallback for $menu_item->description.
It needs to be stripped of tags or else the HTML might break the post editing menu
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
We should probably create filters for the menu fields and add them to the approproate places in default-filters.php.