Changeset 45263 for trunk/src/wp-includes/class-wp-fatal-error-handler.php
- Timestamp:
- 04/24/2019 06:13:09 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-fatal-error-handler.php
r45210 r45263 162 162 } 163 163 164 $message = __( 'The site is experiencing technical difficulties.' ); 164 if ( is_protected_endpoint() ) { 165 $message = __( 'The site is experiencing technical difficulties. Please check your site admin email inbox for instructions.' ); 166 } else { 167 $message = __( 'The site is experiencing technical difficulties.' ); 168 } 165 169 166 170 $args = array(
Note: See TracChangeset
for help on using the changeset viewer.