Changeset 8438

Show
Ignore:
Timestamp:
07/24/08 20:56:31 (1 month ago)
Author:
mdawaffe
Message:

crazyhorse: have content menu be always open

Files:

Legend:

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

    r8271 r8438  
    2525$menu[0] = array( __('Dashboard'), 'read', 'index.php' ); 
    2626 
    27 $menu[5] = array( __('Content'), 'edit_posts', 'edit.php' ); 
     27$menu[5] = array( __('Content'), 'edit_posts', 'edit.php', 'wp-menu-open' ); 
    2828    $submenu['edit.php'][5]  = array( __('Posts'), 'edit_posts', 'edit.php' ); 
    2929    $submenu['edit.php'][10] = array( __('Comments'), 'edit_posts', 'edit-comments.php' );