mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Site Health: Remove the WordPress 5.2 reference from the email sent on fatal errors.
The version reference was initially added to reduce confusion and make it clear that this is new WordPress functionality, with the website itself sending an automated notification of a fatal error, most likely in a plugin or theme. Almost four years and several major releases later, it no longer adds any helpful information and can be removed. Follow-up to [44973], [45181], [45268]. Props NekoJonez, jb510, peterwilsoncc, kebbet, mukesh27, mrwweb, johnbillion, SergeyBiryukov. Fixes #57327. See #54961. git-svn-id: https://develop.svn.wordpress.org/trunk@55001 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
12c69be616
commit
eb21dd9511
@ -158,7 +158,7 @@ final class WP_Recovery_Mode_Email_Service {
|
||||
$message = __(
|
||||
'Howdy!
|
||||
|
||||
Since WordPress 5.2 there is a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.
|
||||
WordPress has a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.
|
||||
###CAUSE###
|
||||
First, visit your website (###SITEURL###) and check for any visible issues. Next, visit the page where the error was caught (###PAGEURL###) and check for any visible issues.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user