Changeset 16701 for trunk/wp-admin/update.php
- Timestamp:
- 12/03/2010 09:16:28 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/update.php
r16221 r16701 52 52 check_admin_referer('upgrade-plugin_' . $plugin); 53 53 54 $title = __('Up grade Plugin');54 $title = __('Update Plugin'); 55 55 $parent_file = 'plugins.php'; 56 56 $submenu_file = 'plugins.php'; … … 156 156 add_thickbox(); 157 157 wp_enqueue_script('theme-preview'); 158 $title = __('Up grade Theme');158 $title = __('Update Theme'); 159 159 $parent_file = 'themes.php'; 160 160 $submenu_file = 'themes.php';
Note: See TracChangeset
for help on using the changeset viewer.