Make WordPress Core


Ignore:
Timestamp:
11/09/2008 02:54:39 PM (17 years ago)
Author:
azaozz
Message:

Menu updates: single top level menus, B&W/color icons (sprite), fix for the Firefox bug of not firing mouseout on absolute positioned elements over textareas/text fields, scaling down properly for different user roles, includes patch by Ryan, fixes #7966

File:
1 edited

Legend:

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

    r9564 r9578  
    26532653                        $style = 'style="display:none;"';
    26542654                    echo '<div id="' . $box['id'] . '" class="postbox ' . postbox_classes($box['id'], $page) . '" ' . $style . '>' . "\n";
    2655                     echo "<h3 class='hndle'><span>{$box['title']}</span></h3>\n";
     2655                    echo "<div class='handlediv'><br /></div><h3 class='hndle'><span>{$box['title']}</span></h3>\n";
    26562656                    echo '<div class="inside">' . "\n";
    26572657                    call_user_func($box['callback'], $object, $box);
Note: See TracChangeset for help on using the changeset viewer.