Changeset 7050 for trunk/wp-admin/menu.php
- Timestamp:
- 02/26/2008 10:45:46 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/menu.php
r7019 r7050 18 18 $awaiting_mod = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->comments WHERE comment_approved = '0'"); 19 19 $menu[15] = array(__('Design'), 'switch_themes', 'themes.php'); 20 $menu[20] = array( sprintf( __('Comments %s'), "<span id='awaiting-mod' class='comment-count'><span>$awaiting_mod</span></span>" ), 'edit_posts', 'edit-comments.php');20 $menu[20] = array( sprintf( __('Comments %s'), "<span id='awaiting-mod'><span class='comment-count'>$awaiting_mod</span></span>" ), 'edit_posts', 'edit-comments.php'); 21 21 $menu[30] = array(__('Settings'), 'manage_options', 'options-general.php'); 22 22 $menu[35] = array(__('Plugins'), 'activate_plugins', 'plugins.php');
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)