Make WordPress Core


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

Show actions on hover for links and media.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/link-manager.php

    r9967 r10012  
    198198                    $action_count = count($actions);
    199199                    $i = 0;
     200                    echo '<div class="row-actions">';
    200201                    foreach ( $actions as $action => $linkaction ) {
    201202                        ++$i;
     
    203204                        echo "<span class='$action'>$linkaction$sep</span>";
    204205                    }
     206                    echo '</div>';
    205207                    echo '</td>';
    206208                    break;
Note: See TracChangeset for help on using the changeset viewer.