[wp-trac] [WordPress Trac] #53870: Add missing "/" at the end of image tag in themes and wp-include files.

WordPress Trac noreply at wordpress.org
Wed Aug 4 07:45:28 UTC 2021


#53870: Add missing "/" at the end of image tag in themes and wp-include files.
-------------------------+-------------------------------------------------
 Reporter:  Shital       |       Owner:  Shital Patel
  Patel                  |
     Type:  enhancement  |      Status:  accepted
 Priority:  normal       |   Milestone:  Awaiting Review
Component:  General      |     Version:
 Severity:  normal       |  Resolution:
 Keywords:  needs-patch  |     Focuses:  administration, template, coding-
                         |  standards
-------------------------+-------------------------------------------------
Changes (by Shital Patel):

 * owner:  (none) => Shital Patel
 * status:  new => accepted


Comment:

 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].'">

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/53870#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list