From 998fcc3f652181f142ff28ecfe63c10438fac216 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Wed, 9 May 2018 17:56:37 +0000 Subject: [PATCH] Privacy: remove leftover comment after [43197]. See #43968. git-svn-id: https://develop.svn.wordpress.org/trunk@43199 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/user.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-includes/user.php b/src/wp-includes/user.php index 0e6e13537e..2a31e1db1e 100644 --- a/src/wp-includes/user.php +++ b/src/wp-includes/user.php @@ -3166,7 +3166,6 @@ All at ###SITENAME### */ $subject = apply_filters( 'user_request_action_email_subject', $subject, $blogname, $email_data ); - /* translators: %s Site name. */ return wp_mail( $email_data['email'], $subject, $content ); }