Opened 11 years ago
Closed 10 years ago
#26880 closed enhancement (wontfix)
Allow html in nav menu item descriptions
Reported by: | schonert | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.0 |
Component: | Menus | Keywords: | |
Focuses: | Cc: |
Description
Atm. the wp menu builder strips all html from the wp_nav_menu_description. In case the description needs to be multiple lines, it requires a hardfix - which prevents possible updates.
Removing the esc_html() from from the menu builder, and adding it to the walker, would give us as developers the ability to control this behavior.
Change History (4)
#1
@
10 years ago
- Summary changed from Inline nav menu description to Allow html in nav menu item descriptions
Note: See
TracTickets for help on using
tickets.
Due to the scaling issues with nav menus (#14134, etc.), and because not allowing html will probably result in generally smaller descriptions, I don't think we should do this.