Make WordPress Core


Ignore:
Timestamp:
09/25/2023 03:34:34 PM (13 months ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Fix a few newly introduced WPCS issues.

Follow-up to [56570], [56573], [56589], [56604], [56612], [56620], [56629], [56631], [56638], [56642], [56644], [56649].

Props jrf.
See #59161, #58831.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-general.php

    r56573 r56680  
    141141$new_admin_email = get_option( 'new_admin_email' );
    142142if ( $new_admin_email && get_option( 'admin_email' ) !== $new_admin_email ) {
    143     $pending_admin_email_message  = sprintf(
     143    $pending_admin_email_message = sprintf(
    144144        /* translators: %s: New admin email. */
    145145        __( 'There is a pending change of the admin email to %s.' ),
Note: See TracChangeset for help on using the changeset viewer.