Make WordPress Core


Ignore:
Timestamp:
12/02/2008 07:00:48 PM (16 years ago)
Author:
ryan
Message:

Show actions on hover for links and media.

File:
1 edited

Legend:

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

    r9980 r10012  
    8787        $action_count = count($actions);
    8888        $i = 0;
     89        echo '<div class="row-actions">';
    8990        foreach ( $actions as $action => $link ) {
    9091            ++$i;
     
    9293            echo "<span class='$action'>$link$sep</span>";
    9394        }
     95        echo '</div>';
    9496        ?></p></td>
    9597        <?php
Note: See TracChangeset for help on using the changeset viewer.