Changeset 6558 for trunk/wp-admin/menu.php
- Timestamp:
- 01/05/2008 12:17:35 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/menu.php
r6555 r6558 19 19 if ( 100 < $awaiting_mod ) 20 20 $awaiting_mod = '99+'; // to not blow out layout 21 $menu[15] = array( sprintf( __('Comments %s'), "<span id='awaiting-mod' class='comment-count'>$awaiting_mod</span>" ), 'edit_posts', 'edit-comments.php');22 $menu[2 5] = array(__('Design'), 'switch_themes', 'themes.php');21 $menu[15] = array(__('Design'), 'switch_themes', 'themes.php'); 22 $menu[20] = array( sprintf( __('Comments %s'), "<span id='awaiting-mod' class='comment-count'>$awaiting_mod</span>" ), 'edit_posts', 'edit-comments.php'); 23 23 $menu[30] = array(__('Plugins'), 'activate_plugins', 'plugins.php'); 24 24 if ( current_user_can('edit_users') )
Note: See TracChangeset
for help on using the changeset viewer.