Bring back Overview submenu for Dashboard. Menus without submenus cause bustage with plugin top-levels

git-svn-id: https://develop.svn.wordpress.org/trunk@9095 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-10-07 21:13:14 +00:00
parent d31461ceb9
commit 3eecfcc1f6
1 changed files with 1 additions and 0 deletions

View File

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