Changeset 18157 for trunk/wp-admin/network/menu.php
- Timestamp:
- 06/06/2011 12:30:17 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/network/menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/menu.php
r18026 r18157 66 66 $update_title[] = sprintf(_n('%d Plugin Update', '%d Plugin Updates', $plugin_update_count), $plugin_update_count); 67 67 if ( $theme_update_count ) 68 $update_title[] = sprintf(_n('%d Theme Update', '%d Theme sUpdates', $theme_update_count), $theme_update_count);68 $update_title[] = sprintf(_n('%d Theme Update', '%d Theme Updates', $theme_update_count), $theme_update_count); 69 69 70 70 $update_title = !empty($update_title) ? esc_attr(implode(', ', $update_title)) : '';
Note: See TracChangeset
for help on using the changeset viewer.