Changeset 32688
- Timestamp:
- 06/03/2015 03:22:14 PM (10 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/list-tables.css
r32687 r32688 306 306 top: 8px; /* match cell padding */ 307 307 left: 10px; /* match cell padding */ 308 } 309 310 table.media .column-title .media-icon img { 311 max-width: 60px; 312 height: auto; 308 313 } 309 314 -
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.