Changeset 38949 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 10/26/2016 07:27:51 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r38734 r38949 2767 2767 echo wp_video_shortcode( $attr ); 2768 2768 2769 else : 2769 elseif ( isset( $thumb_url[0] ) ): 2770 2771 ?> 2772 <div class="wp_attachment_image wp-clearfix" id="media-head-<?php echo $attachment_id; ?>"> 2773 <p id="thumbnail-head-<?php echo $attachment_id; ?>"> 2774 <img class="thumbnail" src="<?php echo set_url_scheme( $thumb_url[0] ); ?>" style="max-width:100%" alt="" /> 2775 </p> 2776 </div> 2777 <?php 2778 2779 else: 2770 2780 2771 2781 /**
Note: See TracChangeset
for help on using the changeset viewer.