diff --git a/wp-includes/class-wp-recovery-mode-email-service.php b/wp-includes/class-wp-recovery-mode-email-service.php index 013901f90e..14dbbf9c4c 100644 --- a/wp-includes/class-wp-recovery-mode-email-service.php +++ b/wp-includes/class-wp-recovery-mode-email-service.php @@ -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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 65693afab4..3864ee9237 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-55000'; +$wp_version = '6.2-alpha-55001'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.