From 0ff5b671276323f58521045b43ce39e4961713bf Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 9 Feb 2021 16:57:06 +0000 Subject: [PATCH] Site Health: Link to the support article on troubleshooting in "There has been a critical error" message. This page is more geared towards users than the one on debugging, which is more developer-oriented. Props audrasjb, Clorith, Ipstenu. Fixes #52392. git-svn-id: https://develop.svn.wordpress.org/trunk@50272 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-fatal-error-handler.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-includes/class-wp-fatal-error-handler.php b/src/wp-includes/class-wp-fatal-error-handler.php index 0f6692e603..412e1299f4 100644 --- a/src/wp-includes/class-wp-fatal-error-handler.php +++ b/src/wp-includes/class-wp-fatal-error-handler.php @@ -191,9 +191,9 @@ class WP_Fatal_Error_Handler { $message = sprintf( '

%s

%s

', $message, - /* translators: Documentation explaining debugging in WordPress. */ - __( 'https://wordpress.org/support/article/debugging-in-wordpress/' ), - __( 'Learn more about debugging in WordPress.' ) + /* translators: Documentation about troubleshooting. */ + __( 'https://wordpress.org/support/article/faq-troubleshooting/' ), + __( 'Learn more about troubleshooting WordPress.' ) ); $args = array(