Opened 2 years ago
Closed 2 years ago
#55496 closed defect (bug) (fixed)
Escaping function missing.
Reported by: | chintan1896 | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 6.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Menus | Keywords: | has-patch |
Focuses: | administration | Cc: |
Description
Escaping function missing in /wp-admin/menu-header.php file.
Attachments (2)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Hi there!
Thanks for the ticket and patch.
Can you please update the escape function for https://github.com/WordPress/WordPress/blob/master/wp-admin/menu-header.php#L132 from
esc_attr
toesc_url
?