Make WordPress Core


Ignore:
Timestamp:
10/18/2008 04:54:14 PM (18 years ago)
Author:
azaozz
Message:

Favourites drop-down styling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r9238 r9240  
    29622962        $first = $first[0];
    29632963        echo '<div id="favorite-actions">';
    2964         echo '<div id="favorite-first"><a href="' . $first . '">' . $allowed_actions[$first] . '</a></div>';
    2965         echo '<div id="favorite-action">';
     2964        echo '<div id="favorite-first"><a href="' . $first . '">' . $allowed_actions[$first] . '</a></div><div id="favorite-toggle"><br /></div>';
     2965        echo '<div id="favorite-inside">';
    29662966
    29672967        array_shift($allowed_actions);
Note: See TracChangeset for help on using the changeset viewer.