Changeset 14920
- Timestamp:
- 05/26/2010 01:27:58 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-upgrader.php
r14919 r14920 1070 1070 1071 1071 function add_strings() { 1072 $this->upgrader->strings[' bulk_upgrade_start'] = __('The update process is starting. This process may take awhile on some hosts, so please be patient.');1072 $this->upgrader->strings['skin_upgrade_start'] = __('The update process is starting. This process may take awhile on some hosts, so please be patient.'); 1073 1073 $this->upgrader->strings['skin_update_failed_error'] = __('An error occured while updating %1$s: <strong>%2$s</strong>.'); 1074 1074 $this->upgrader->strings['skin_update_failed'] = __('The update of %1$s failed.'); 1075 1075 $this->upgrader->strings['skin_update_successful'] = __('%1$s updated successfully.').' <a onclick="%2$s" href="#" class="hide-if-no-js"><span>'.__('Show Details').'</span><span class="hidden">'.__('Hide Details').'</span>.</a>'; 1076 $this->upgrader->strings[' bulk_upgrade_end'] = __('All upgrades have been completed.');1076 $this->upgrader->strings['skin_upgrade_end'] = __('All updates have been completed.'); 1077 1077 } 1078 1078 … … 1119 1119 1120 1120 function bulk_header() { 1121 $this->feedback(' bulk_upgrade_start');1121 $this->feedback('skin_upgrade_start'); 1122 1122 } 1123 1123 1124 1124 function bulk_footer() { 1125 $this->feedback(' bulk_upgrade_end');1125 $this->feedback('skin_upgrade_end'); 1126 1126 } 1127 1127
Note: See TracChangeset
for help on using the changeset viewer.