Make WordPress Core

Ticket #47681: 47681.patch

File 47681.patch, 827 bytes (added by dkarfa, 5 years ago)
  • wp-includes/class-wp-fatal-error-handler.php

     
    170170                }
    171171
    172172                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' ) );
    174174                } else {
    175175                        $message = __( 'The site is experiencing technical difficulties.' );
    176176                }