Changeset 36223 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 01/08/2016 07:12:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r35918 r36223 2702 2702 2703 2703 $att_url = wp_get_attachment_url( $post->ID ); ?> 2704 <div class="wp_attachment_holder ">2704 <div class="wp_attachment_holder wp-clearfix"> 2705 2705 <?php 2706 2706 if ( wp_attachment_is_image( $post->ID ) ) : … … 2714 2714 <div class="imgedit-response" id="imgedit-response-<?php echo $attachment_id; ?>"></div> 2715 2715 2716 <div<?php if ( $open ) echo ' style="display:none"'; ?> class="wp_attachment_image " id="media-head-<?php echo $attachment_id; ?>">2716 <div<?php if ( $open ) echo ' style="display:none"'; ?> class="wp_attachment_image wp-clearfix" id="media-head-<?php echo $attachment_id; ?>"> 2717 2717 <p id="thumbnail-head-<?php echo $attachment_id; ?>"><img class="thumbnail" src="<?php echo set_url_scheme( $thumb_url[0] ); ?>" style="max-width:100%" alt="" /></p> 2718 2718 <p><?php echo $image_edit_button; ?></p>
Note: See TracChangeset
for help on using the changeset viewer.