Make WordPress Core


Ignore:
Timestamp:
01/05/2008 12:17:35 AM (17 years ago)
Author:
matt
Message:

Put menus in their proper place. TODO: refactor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/menu.php

    r6555 r6558  
    1919if ( 100 < $awaiting_mod )
    2020    $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[25] = 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');
    2323$menu[30] = array(__('Plugins'), 'activate_plugins', 'plugins.php');
    2424if ( current_user_can('edit_users') )
Note: See TracChangeset for help on using the changeset viewer.