- Timestamp:
- 10/17/2022 11:24:08 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-header-image-control.php
r53411 r54526 132 132 133 133 <button type="button" class="choice thumbnail" 134 data-customize-image-value="{{ {data.header.url}}}"134 data-customize-image-value="{{data.header.url}}" 135 135 data-customize-header-image-data="{{JSON.stringify(data.header)}}"> 136 136 <span class="screen-reader-text"><?php _e( 'Set image' ); ?></span> 137 <img src="{{ {data.header.thumbnail_url}}}" alt="{{{data.header.alt_text || data.header.description}}}" />137 <img src="{{data.header.thumbnail_url}}" alt="{{data.header.alt_text || data.header.description}}" /> 138 138 </button> 139 139 … … 160 160 <# } else { #> 161 161 162 <img src="{{ {data.header.thumbnail_url}}}" alt="{{{data.header.alt_text || data.header.description}}}" />162 <img src="{{data.header.thumbnail_url}}" alt="{{data.header.alt_text || data.header.description}}" /> 163 163 164 164 <# } #>
Note: See TracChangeset
for help on using the changeset viewer.