Opened 2 years ago
Closed 2 years ago
#56101 closed defect (bug) (fixed)
Need to use esc_html escaping function instead of esc_attr.
Reported by: | chintan1896 | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 6.1 | Priority: | normal |
Severity: | normal | Version: | 2.7 |
Component: | Comments | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
Need to use esc_html escaping function instead of esc_attr in class-wp-comments-list-table.php file.
Attachments (1)
Change History (6)
#2
@
2 years ago
- Component changed from Administration to Comments
- Milestone changed from Awaiting Review to 6.1
- Version changed from trunk to 3.1
I've put this on the milestone for inclusion in WP 6.1.
The bug was introduced with the comment list table in [15955] during WordPress 3.1 so I've set the version accordingly.
Note: See
TracTickets for help on using
tickets.
Seems correct in both reasoning and patch.