Changeset 45311
- Timestamp:
- 05/15/2019 06:18:02 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-fatal-error-handler.php
r45277 r45311 38 38 } 39 39 40 if ( ! isset( $GLOBALS['wp_locale'] ) ) {40 if ( ! isset( $GLOBALS['wp_locale'] ) && function_exists( 'load_default_textdomain' ) ) { 41 41 load_default_textdomain(); 42 42 } … … 166 166 } 167 167 168 if ( ! class_exists( 'WP_Error' ) ) { 169 require_once ABSPATH . WPINC . '/class-wp-error.php'; 170 } 171 168 172 if ( is_protected_endpoint() ) { 169 173 $message = __( 'The site is experiencing technical difficulties. Please check your site admin email inbox for instructions.' );
Note: See TracChangeset
for help on using the changeset viewer.