Opened 3 years ago
Closed 3 years ago
#53870 closed enhancement (fixed)
Add missing "/" at the end of image tag in themes and wp-include files.
Reported by: | Shital Patel | Owned by: | Shital Patel |
---|---|---|---|
Milestone: | 5.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch needs-testing |
Focuses: | administration, template, coding-standards | Cc: |
Description
Attachments (1)
Change History (6)
#1
@
3 years ago
- Owner set to Shital Patel
- Status changed from new to accepted
Version 0, edited 3 years ago
by
(next)
#3
@
3 years ago
- Milestone changed from Awaiting Review to 5.9
Thanks for the ticket and the patch!
As previously noted in comment:2:ticket:51077, SimplePie is an external library and should not be patched here, any suggested changes to its files should be submitted upstream: https://github.com/simplepie/simplepie.
Note: See
TracTickets for help on using
tickets.
wp-content/themes/twentyfourteen/inc/custom-header.php
<img src="<?php header_image(); ?>" alt="">
/wp-includes/media-template.php
<img class="crop-image" src="{{ data.url }}" alt="<?php esc_attr_e( 'Image crop area preview. Requires mouse interaction.' ); ?>">
wp-includes/SimplePie/Parser.php
<img src="'.$photo_list[$j].'">
<img src="'.$photo_list[0].'">