Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#12544 closed defect (bug) (fixed)

nav menu - need to strip tags from item descriptions

Reported by: yoavf Owned by: ryan
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)

nav-menu-strip-tags-descriptions.diff (527 bytes) - added by yoavf 3 years ago.

Download all attachments as: .zip

Change History (4)

comment:1   ryan3 years ago

We should probably create filters for the menu fields and add them to the approproate places in default-filters.php.

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in r13704

  • Milestone changed from Unassigned to 3.0
Note: See TracTickets for help on using tickets.