Changeset 9096

Show
Ignore:
Timestamp:
10/07/08 22:32:12 (2 months ago)
Author:
ryan
Message:

Dashboard menu should be open by default

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/menu.php

    r9095 r9096  
    2323$awaiting_mod = $awaiting_mod->moderated; 
    2424 
    25 $menu[0] = array( __('Dashboard'), 'read', 'index.php' ); 
     25$menu[0] = array( __('Dashboard'), 'read', 'index.php', 'wp-menu-open' ); 
    2626    $submenu['index.php'][5]  = array( __('Overview'), 'read' , 'index.php' ); 
    2727