Make WordPress Core


Ignore:
Timestamp:
03/10/2008 11:04:20 PM (18 years ago)
Author:
matt
Message:

More attachment thumbnail fixes, see #5911. Hat tip: andy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-attachment-rows.php

    r7212 r7218  
    4040        case 'icon':
    4141                ?>
    42                 <td class="media-icon"><?php echo get_the_attachment_link($post->ID, 'thumbnail', array(48,48)); ?></td>
     42                <td class="media-icon"><?php echo get_the_attachment_link($post->ID, false, array(48,48)); ?></td>
    4343                <?php
    4444                // TODO
Note: See TracChangeset for help on using the changeset viewer.