Changeset 31506
- Timestamp:
- 02/22/2015 05:06:02 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader-skins.php
r31219 r31506 222 222 $this->upgrader->strings['skin_update_failed_error'] = __('An error occurred while updating %1$s: <strong>%2$s</strong>'); 223 223 $this->upgrader->strings['skin_update_failed'] = __('The update of %1$s failed.'); 224 $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>';224 $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>'; 225 225 $this->upgrader->strings['skin_upgrade_end'] = __('All updates have been completed.'); 226 226 }
Note: See TracChangeset
for help on using the changeset viewer.