From 164df4f1f9fa5cc1d3febda1985611a9de0d889b Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Mon, 19 Sep 2022 09:14:50 +0000 Subject: [PATCH] Coding Standards: Replace double quote with single quote in `test_if_failed_update()`. Follow-up to [54200]. See #55758. git-svn-id: https://develop.svn.wordpress.org/trunk@54201 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-site-health-auto-updates.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/class-wp-site-health-auto-updates.php b/src/wp-admin/includes/class-wp-site-health-auto-updates.php index 335c89ed46..5171c354ec 100644 --- a/src/wp-admin/includes/class-wp-site-health-auto-updates.php +++ b/src/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.' ),