Make WordPress Core


Ignore:
Timestamp:
09/25/2023 03:34:34 PM (19 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/user-edit.php

    r56602 r56680  
    551551                            if ( $new_email && $new_email['newemail'] !== $current_user->user_email && $profile_user->ID === $current_user->ID ) :
    552552
    553                                 $pending_change_message  = sprintf(
     553                                $pending_change_message = sprintf(
    554554                                    /* translators: %s: New email. */
    555555                                    __( 'There is a pending change of your email to %s.' ),
Note: See TracChangeset for help on using the changeset viewer.