Make WordPress Core

Changeset 54201


Ignore:
Timestamp:
09/19/2022 09:14:50 AM (2 years ago)
Author:
audrasjb
Message:

Coding Standards: Replace double quote with single quote in test_if_failed_update().

Follow-up to [54200].
See #55758.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-site-health-auto-updates.php

    r54200 r54201  
    185185        }
    186186
    187         $description .= ' ' . __( "Another attempt will be made with the next release." );
     187        $description .= ' ' . __( 'Another attempt will be made with the next release.' );
    188188        $description .= ' ' . sprintf(
    189189            /* translators: %s: Code of error shown. */
Note: See TracChangeset for help on using the changeset viewer.