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:
parent
89d06a43b4
commit
9ca5fd7287
|
@ -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' );
|
||||
|
|
Loading…
Reference in New Issue