IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 161 | 161 | require_once ABSPATH . WPINC . '/functions.php'; |
| 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( |
| 167 | 171 | 'response' => 500, |