diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index 7e443c42c3..955a82a998 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -485,8 +485,16 @@ if ( is_multisite() && is_network_admin() && ! IS_PROFILE_PAGE && current_user_c -
+ ID == $current_user->ID ) : + ?> +

+ The new address will not become active until confirmed.' ); ?> +

+ ID, '_new_email', true ); if ( $new_email && $new_email['newemail'] != $current_user->user_email && $profileuser->ID == $current_user->ID ) : ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index d33fa41ee9..7111a7cf03 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42687'; +$wp_version = '5.0-alpha-42688'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.