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
This commit is contained in:
audrasjb 2022-09-19 09:16:11 +00:00
parent 7b14bdbec0
commit 2fda7d7d1a
2 changed files with 2 additions and 2 deletions

View File

@ -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.' ),

View File

@ -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.