#24300 closed defect (bug) (fixed)
Escaping of "_format_image" textarea
Reported by: | tollmanz | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | normal | Version: | 3.6 |
Component: | Post Formats | Keywords: | has-patch |
Focuses: | Cc: |
Description
I am seeing an issue with the escaping of the "_format_image" textarea in wp-admin/includes/post-formats.php
on line 56 as of r24227. esc_html
should be used instead of esc_html_e
, which is meant for translatable strings.
Attachments (2)
Change History (9)
#1
@
12 years ago
- Keywords has-patch added
- Milestone changed from Awaiting Review to 3.6
- Version set to trunk
#2
@
12 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 24228:
#6
@
12 years ago
Nice catch @johnbillion! I was so focused on the e
that I missed the bigger picture.
This ticket was mentioned in Slack in #core-editor by mcsf. View the logs.
4 years ago
Note: See
TracTickets for help on using
tickets.
Introduced in [23843] for audio and video, in [24006] for image.