diff --git a/wp-admin/includes/class-wp-site-health-auto-updates.php b/wp-admin/includes/class-wp-site-health-auto-updates.php index 335c89ed46..5171c354ec 100644 --- a/wp-admin/includes/class-wp-site-health-auto-updates.php +++ b/wp-admin/includes/class-wp-site-health-auto-updates.php @@ -184,7 +184,7 @@ class WP_Site_Health_Auto_Updates { $description .= ' ' . __( 'You would have received an email because of this.' ); } - $description .= ' ' . __( "Another attempt will be made with the next release." ); + $description .= ' ' . __( 'Another attempt will be made with the next release.' ); $description .= ' ' . sprintf( /* translators: %s: Code of error shown. */ __( 'The error code was %s.' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 25900cde1c..a7f72bc133 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-54200'; +$wp_version = '6.1-alpha-54201'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.