- Timestamp:
- 06/03/2015 03:22:14 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-media-list-table.php
r32687 r32688 366 366 echo "<div class='media-icon {$mime}-icon'>"; 367 367 368 if ( $thumb = wp_get_attachment_image( $post->ID, array( 80, 60 ), true ) ) {368 if ( $thumb = wp_get_attachment_image( $post->ID, array( 60, 60 ), true ) ) { 369 369 if ( $this->is_trash || ! $user_can_edit ) { 370 370 echo $thumb;
Note: See TracChangeset
for help on using the changeset viewer.