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:
Matt Mullenweg
2008-03-10 23:04:20 +00:00
parent 73019f8c06
commit 8d3812d14d
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -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;