Ticket #47050: 47050.2.diff
| File 47050.2.diff, 978 bytes (added by , 7 years ago) |
|---|
-
src/wp-includes/class-wp-recovery-mode-email-service.php
143 143 'Howdy! 144 144 145 145 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. 146 146 147 ###CAUSE### 148 147 149 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. 148 150 149 151 ###SUPPORT### … … 169 171 array( 170 172 $url, 171 173 human_time_diff( time() + $rate_limit ), 172 $cause ? "\n{$cause}\n" : "\n",174 $cause ? $cause : __( 'In this case, WordPress caught an unknown error.' ), 173 175 $details, 174 176 home_url( '/' ), 175 177 home_url( $_SERVER['REQUEST_URI'] ),