Make WordPress Core


Ignore:
Timestamp:
02/09/2021 04:57:06 PM (4 years ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-fatal-error-handler.php

    r49480 r50272  
    192192            '<p>%s</p><p><a href="%s">%s</a></p>',
    193193            $message,
    194             /* translators: Documentation explaining debugging in WordPress. */
    195             __( 'https://wordpress.org/support/article/debugging-in-wordpress/' ),
    196             __( 'Learn more about debugging in WordPress.' )
     194            /* translators: Documentation about troubleshooting. */
     195            __( 'https://wordpress.org/support/article/faq-troubleshooting/' ),
     196            __( 'Learn more about troubleshooting WordPress.' )
    197197        );
    198198
Note: See TracChangeset for help on using the changeset viewer.