Make WordPress Core

Changeset 49480


Ignore:
Timestamp:
11/02/2020 07:53:58 PM (4 years ago)
Author:
helen
Message:

Site Health: Site errors are for *this* site, not necessarily *your* site.

Props techboyg5, Clorith, audrasjb.
Fixes #51524.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-fatal-error-handler.php

    r47871 r49480  
    182182
    183183        if ( true === $handled && wp_is_recovery_mode() ) {
    184             $message = __( 'There has been a critical error on your website, putting it in recovery mode. Please check the Themes and Plugins screens for more details. If you just installed or updated a theme or plugin, check the relevant page for that first.' );
     184            $message = __( 'There has been a critical error on this website, putting it in recovery mode. Please check the Themes and Plugins screens for more details. If you just installed or updated a theme or plugin, check the relevant page for that first.' );
    185185        } elseif ( is_protected_endpoint() ) {
    186             $message = __( 'There has been a critical error on your website. Please check your site admin email inbox for instructions.' );
     186            $message = __( 'There has been a critical error on this website. Please check your site admin email inbox for instructions.' );
    187187        } else {
    188             $message = __( 'There has been a critical error on your website.' );
     188            $message = __( 'There has been a critical error on this website.' );
    189189        }
    190190
Note: See TracChangeset for help on using the changeset viewer.