Changeset 59270 for trunk/src/wp-includes/class-wp-fatal-error-handler.php
- Timestamp:
- 10/22/2024 10:14:47 AM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-fatal-error-handler.php
r57194 r59270 191 191 $message = __( 'There has been a critical error on this website. Please reach out to your site administrator, and inform them of this error for further assistance.' ); 192 192 } else { 193 $message = __( 'There has been a critical error on this website. Please check your site admin email inbox for instructions.' ); 193 $message = sprintf( 194 /* translators: %s: Support forums URL. */ 195 __( 'There has been a critical error on this website. Please check your site admin email inbox for instructions. If you continue to have problems, please try the <a href="%s">support forums</a>.' ), 196 __( 'https://wordpress.org/support/forums/' ) 197 ); 194 198 } 195 199 } else {
Note: See TracChangeset
for help on using the changeset viewer.