Make WordPress Core

Ticket #30793: 30793.diff

File 30793.diff, 1.2 KB (added by DrewAPicture, 8 years ago)
  • src/wp-admin/includes/class-wp-upgrader-skins.php

     
    221221                $this->upgrader->strings['skin_upgrade_start'] = __('The update process is starting. This process may take a while on some hosts, so please be patient.');
    222222                $this->upgrader->strings['skin_update_failed_error'] = __('An error occurred while updating %1$s: <strong>%2$s</strong>');
    223223                $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>';
    225225                $this->upgrader->strings['skin_upgrade_end'] = __('All updates have been completed.');
    226226        }
    227227