Dashboard menu should be open by default

git-svn-id: https://develop.svn.wordpress.org/trunk@9096 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-10-07 22:32:12 +00:00
parent 3eecfcc1f6
commit 68da753b35
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
$awaiting_mod = wp_count_comments();
$awaiting_mod = $awaiting_mod->moderated;
$menu[0] = array( __('Dashboard'), 'read', 'index.php' );
$menu[0] = array( __('Dashboard'), 'read', 'index.php', 'wp-menu-open' );
$submenu['index.php'][5] = array( __('Overview'), 'read' , 'index.php' );
$menu[5] = array( __('Posts'), 'edit_posts', 'post-new.php', 'wp-menu-open' );