mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@56680 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -550,7 +550,7 @@ switch ( $action ) {
|
||||
$new_email = get_user_meta( $current_user->ID, '_new_email', true );
|
||||
if ( $new_email && $new_email['newemail'] !== $current_user->user_email && $profile_user->ID === $current_user->ID ) :
|
||||
|
||||
$pending_change_message = sprintf(
|
||||
$pending_change_message = sprintf(
|
||||
/* translators: %s: New email. */
|
||||
__( 'There is a pending change of your email to %s.' ),
|
||||
'<code>' . esc_html( $new_email['newemail'] ) . '</code>'
|
||||
|
||||
Reference in New Issue
Block a user