- Timestamp:
- 10/23/2016 07:56:43 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-header-image-control.php
r37426 r38881 103 103 <# } else { #> 104 104 105 <# if (data.type === 'uploaded') { #>106 <button type="button" class="dashicons dashicons-no close"><span class="screen-reader-text"><?php _e( 'Remove image' ); ?></span></button>107 <# } #>108 109 105 <button type="button" class="choice thumbnail" 110 106 data-customize-image-value="{{{data.header.url}}}" … … 113 109 <img src="{{{data.header.thumbnail_url}}}" alt="{{{data.header.alt_text || data.header.description}}}"> 114 110 </button> 111 112 <# if ( data.type === 'uploaded' ) { #> 113 <button type="button" class="dashicons dashicons-no close"><span class="screen-reader-text"><?php _e( 'Remove image' ); ?></span></button> 114 <# } #> 115 115 116 116 <# } #> … … 132 132 <# } else { #> 133 133 134 <img src="{{{data.header.thumbnail_url}}}" alt="{{{data.header.alt_text || data.header.description}}}" tabindex="0"/>134 <img src="{{{data.header.thumbnail_url}}}" alt="{{{data.header.alt_text || data.header.description}}}" /> 135 135 136 136 <# } #>
Note: See TracChangeset
for help on using the changeset viewer.