Make WordPress Core


Ignore:
Timestamp:
01/19/2021 04:46:50 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Upgrade/Install: Display version number on the "Re-install now" button on WordPress Updates screen.

This makes the button label more clear and allows for removing unnecessary description.

Props afragen, audrasjb.
Fixes #51774.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-site-health-auto-updates.php

    r49927 r49984  
    165165            $description  = __( 'A previous automatic background update ended with a critical failure, so updates are now disabled.' );
    166166            $description .= ' ' . __( 'You would have received an email because of this.' );
    167             $description .= ' ' . __( "When you've been able to update using the \"Update Now\" button on Dashboard > Updates, we'll clear this error for future update attempts." );
     167            $description .= ' ' . __( "When you've been able to update using the \"Update now\" button on Dashboard > Updates, we'll clear this error for future update attempts." );
    168168            $description .= ' ' . sprintf(
    169169                /* translators: %s: Code of error shown. */
Note: See TracChangeset for help on using the changeset viewer.