- Timestamp:
- 03/20/2021 06:28:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-media-control.php
r47550 r50556 171 171 <# } #> 172 172 <audio style="visibility: hidden" controls class="wp-audio-shortcode" width="100%" preload="none"> 173 <source type="{{ data.attachment.mime }}" src="{{ data.attachment.url }}" />173 <source type="{{ data.attachment.mime }}" src="{{ data.attachment.url }}" /> 174 174 </audio> 175 175 <# } else if ( 'video' === data.attachment.type ) { #> … … 177 177 <video controls="controls" class="wp-video-shortcode" preload="metadata" 178 178 <# if ( data.attachment.image && data.attachment.image.src !== data.attachment.icon ) { #>poster="{{ data.attachment.image.src }}"<# } #>> 179 <source type="{{ data.attachment.mime }}" src="{{ data.attachment.url }}" />179 <source type="{{ data.attachment.mime }}" src="{{ data.attachment.url }}" /> 180 180 </video> 181 181 </div>
Note: See TracChangeset
for help on using the changeset viewer.