Menu renaming

git-svn-id: https://develop.svn.wordpress.org/trunk@9176 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-10-14 19:37:04 +00:00
parent 635d53975f
commit 7272eff0b2
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ $awaiting_mod = wp_count_comments();
$awaiting_mod = $awaiting_mod->moderated;
$menu[0] = array( __('Dashboard'), 'read', 'index.php', 'wp-menu-open', 'menu-dashboard', 'images/menu/home.png' );
$submenu['index.php'][5] = array( __('Overview'), 'read' , 'index.php' );
$submenu['index.php'][5] = array( __('Dashboard'), 'read' , 'index.php' );
$menu[4] = array( '', 'read', '', 'wp-menu-separator' );
@ -51,7 +51,7 @@ $menu[20] = array( __('Pages'), 'edit_pages', 'page-new.php', '', 'menu-pages',
$submenu['page-new.php'][15] = array( __('Edit'), 'edit_pages', 'edit-pages.php' );
$menu[25] = array( __('Comments'), 'edit_posts', 'edit-comments.php', '', 'menu-comments', 'images/menu/comments.png' );
$submenu['edit-comments.php'][15] = array( __('Moderate'), 'edit_posts', 'edit-comments.php' );
$submenu['edit-comments.php'][15] = array( __('Comments'), 'edit_posts', 'edit-comments.php' );
$menu[29] = array( '', 'read', '', 'wp-menu-separator' );