Make WordPress Core


Ignore:
Timestamp:
03/21/2008 11:21:27 PM (18 years ago)
Author:
ryan
Message:

pretty delete animation, fix squashed icons and use 80x60 thumbs, add rel attrs to attachment links inserted from uploader. Props andy. see #5911

File:
1 edited

Legend:

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

    r7427 r7466  
    4444        case 'icon':
    4545                ?>
    46                 <td class="media-icon"><?php echo wp_get_attachment_link($post->ID, array(60, 40), false, true); ?></td>
     46                <td class="media-icon"><?php echo wp_get_attachment_link($post->ID, array(80, 60), false, true); ?></td>
    4747                <?php
    4848                // TODO
Note: See TracChangeset for help on using the changeset viewer.