Ticket #47681: 47681.patch
File 47681.patch, 827 bytes (added by , 5 years ago) |
---|
-
wp-includes/class-wp-fatal-error-handler.php
170 170 } 171 171 172 172 if ( is_protected_endpoint() ) { 173 $message = __( 'The site is experiencing technical difficulties. Please check your site admin email inbox for instructions .');173 $message = __( 'The site is experiencing technical difficulties. Please check your site admin email inbox for instructions, Or follow the debugging instructions in <a href="%1$s">%2$s</a>', esc_url( __( 'https://wordpress.org/support/article/debugging-in-wordpress/' ) ), __( 'here' ) ); 174 174 } else { 175 175 $message = __( 'The site is experiencing technical difficulties.' ); 176 176 }