mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
More attachment thumbnail fixes, see #5911. Hat tip: andy.
git-svn-id: https://develop.svn.wordpress.org/trunk@7218 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -39,7 +39,7 @@ foreach($posts_columns as $column_name=>$column_display_name) {
|
||||
|
||||
case 'icon':
|
||||
?>
|
||||
<td class="media-icon"><?php echo get_the_attachment_link($post->ID, 'thumbnail', array(48,48)); ?></td>
|
||||
<td class="media-icon"><?php echo get_the_attachment_link($post->ID, false, array(48,48)); ?></td>
|
||||
<?php
|
||||
// TODO
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user