#47355 closed defect (bug) (fixed)
Opening/closing tag mismatch in media templates
Reported by: | TravisSeitler | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.3 | Priority: | normal |
Severity: | normal | Version: | 5.0 |
Component: | Media | Keywords: | |
Focuses: | Cc: |
Description
When looking into another issue I realized both the #tmpl-audio-details
and #tmpl-video-details
templates in [src/wp-includes/media-template.php] have mismatched tags for input field labels. (In both cases, the opening tag is a <label>
but the closing tag is a </span>
.)
#tmpl-audio-details: https://core.trac.wordpress.org/browser/trunk/src/wp-includes/media-template.php#L1138
#tmpl-video-details: https://core.trac.wordpress.org/browser/trunk/src/wp-includes/media-template.php#L1273
Attachments (1)
Change History (6)
#1
@
6 years ago
- Component changed from General to Login and Registration
- Milestone changed from Awaiting Review to 5.3
- Version set to 5.0
#2
@
6 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 45381:
Note: See
TracTickets for help on using
tickets.
Hi @TravisSeitler, welcome to WordPress Trac! Thanks for the ticket.
Introduced in [42444].