Changes between Initial Version and Version 1 of Ticket #53870, comment 1
- Timestamp:
- 08/04/2021 11:26:32 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53870, comment 1
initial v1 1 1 wp-content/themes/twentyfourteen/inc/custom-header.php 2 {{{ 2 3 <img src="<?php header_image(); ?>" alt=""> 4 }}} 3 5 4 6 /wp-includes/media-template.php 7 {{{ 5 8 <img class="crop-image" src="{{ data.url }}" alt="<?php esc_attr_e( 'Image crop area preview. Requires mouse interaction.' ); ?>"> 9 }}} 6 10 7 11 wp-includes/SimplePie/Parser.php 12 {{{ 8 13 <img src="'.$photo_list[$j].'"> 9 14 <img src="'.$photo_list[0].'"> 15 }}}