mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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
This commit is contained in:
@@ -191,9 +191,9 @@ class WP_Fatal_Error_Handler {
|
||||
$message = sprintf(
|
||||
'<p>%s</p><p><a href="%s">%s</a></p>',
|
||||
$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(
|
||||
|
||||
Reference in New Issue
Block a user