Dashboard menu should be open by default

git-svn-id: http://svn.automattic.com/wordpress/trunk@9096 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-10-07 22:32:12 +00:00
parent 89d06a43b4
commit 9ca5fd7287
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' );