#12544 closed defect (bug) (fixed)
nav menu - need to strip tags from item descriptions
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Menus | Version: | 3.0 |
| Severity: | major | Keywords: | has-patch |
| Cc: | yoavf |
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.