Changeset 17048 for trunk/wp-admin/menu.php
- Timestamp:
- 12/18/2010 06:43:35 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/menu.php
r16815 r17048 52 52 $update_title = !empty($update_title) ? esc_attr(implode(', ', $update_title)) : ''; 53 53 54 $submenu[ 'index.php' ][10] = array( sprintf( __('Updates %s'), "<span class='update-plugins count-$update_count' title='$update_title'><span class='update-count'>" . number_format_i18n($update_count) . "</span></span>" ), ' install_plugins', 'update-core.php');54 $submenu[ 'index.php' ][10] = array( sprintf( __('Updates %s'), "<span class='update-plugins count-$update_count' title='$update_title'><span class='update-count'>" . number_format_i18n($update_count) . "</span></span>" ), 'update_core', 'update-core.php'); 55 55 unset($plugin_update_count, $theme_update_count, $wordpress_update_count, $update_count, $update_title, $update_themes, $update_plugins, $update_wordpress); 56 56 }
Note: See TracChangeset
for help on using the changeset viewer.