Opened 4 years ago
Closed 4 years ago
#56101 closed defect (bug) (fixed)
Need to use esc_html escaping function instead of esc_attr.
| Reported by: | chintan1896 | Owned by: | audrasjb |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.1 |
| Component: | Comments | Version: | 2.7 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
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
@
4 years ago
- Component Administration → Comments
- Milestone Awaiting Review → 6.1
- Version trunk → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Seems correct in both reasoning and patch.