Ticket #16063: 16063.3.diff
| File 16063.3.diff, 909 bytes (added by SergeyBiryukov, 2 years ago) |
|---|
-
wp-admin/menu.php
55 55 } 56 56 57 57 if ( ! is_multisite() ) { 58 $submenu[ 'index.php' ][10] = array( sprintf( __('Updates %s'), "<span class='update-plugins count-$total_update_count' title='$ total_update_title'><span class='update-count'>" . number_format_i18n($total_update_count) . "</span></span>" ), 'update_core', 'update-core.php');58 $submenu[ 'index.php' ][10] = array( sprintf( __('Updates %s'), "<span class='update-plugins count-$total_update_count' title='$update_title'><span class='update-count'>" . number_format_i18n($total_update_count) . "</span></span>" ), 'update_core', 'update-core.php'); 59 59 } 60 60 61 61 unset($plugin_update_count, $theme_update_count, $wordpress_update_count, $update_themes, $update_plugins, $update_wordpress);
