mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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
This commit is contained in:
parent
d489b16bfd
commit
164df4f1f9
@ -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.' ),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user