Changeset 22093
- Timestamp:
- 10/01/2012 07:51:23 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/media.php
r22077 r22093 2142 2142 2143 2143 <div class="wp_attachment_image" id="media-head-<?php echo $attachment_id; ?>"> 2144 <p><img class="thumbnail" src="<?php echo $thumb_url[0]; ?>" style="max-width:100%" width="<?php echo $thumb_url[1]; ?>" alt="" /></p>2144 <p><img class="thumbnail" src="<?php echo set_url_scheme( $thumb_url[0] ); ?>" style="max-width:100%" width="<?php echo $thumb_url[1]; ?>" alt="" /></p> 2145 2145 <p><?php echo $image_edit_button; ?></p> 2146 2146 </div>
Note: See TracChangeset
for help on using the changeset viewer.