- Timestamp:
- 01/19/2021 04:46:50 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health-auto-updates.php
r49927 r49984 165 165 $description = __( 'A previous automatic background update ended with a critical failure, so updates are now disabled.' ); 166 166 $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." ); 168 168 $description .= ' ' . sprintf( 169 169 /* translators: %s: Code of error shown. */
Note: See TracChangeset
for help on using the changeset viewer.