Changeset 9176
- Timestamp:
- 10/14/2008 07:37:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/menu.php
r9159 r9176 26 26 27 27 $menu[0] = array( __('Dashboard'), 'read', 'index.php', 'wp-menu-open', 'menu-dashboard', 'images/menu/home.png' ); 28 $submenu['index.php'][5] = array( __(' Overview'), 'read' , 'index.php' );28 $submenu['index.php'][5] = array( __('Dashboard'), 'read' , 'index.php' ); 29 29 30 30 $menu[4] = array( '', 'read', '', 'wp-menu-separator' ); … … 52 52 53 53 $menu[25] = array( __('Comments'), 'edit_posts', 'edit-comments.php', '', 'menu-comments', 'images/menu/comments.png' ); 54 $submenu['edit-comments.php'][15] = array( __(' Moderate'), 'edit_posts', 'edit-comments.php' );54 $submenu['edit-comments.php'][15] = array( __('Comments'), 'edit_posts', 'edit-comments.php' ); 55 55 56 56 $menu[29] = array( '', 'read', '', 'wp-menu-separator' );
Note: See TracChangeset
for help on using the changeset viewer.