From 2fda7d7d1aba927f74a1173910b205b92ed0179e Mon Sep 17 00:00:00 2001 From: audrasjb Date: Mon, 19 Sep 2022 09:16:11 +0000 Subject: [PATCH] Coding Standards: Replace double quote with single quote in `test_if_failed_update()`. Follow-up to [54200]. See #55758. Built from https://develop.svn.wordpress.org/trunk@54201 git-svn-id: http://core.svn.wordpress.org/trunk@53760 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-site-health-auto-updates.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.