Privacy: remove leftover comment after [43197].

See #43968.

git-svn-id: https://develop.svn.wordpress.org/trunk@43199 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2018-05-09 17:56:37 +00:00
parent a0e67e1331
commit 998fcc3f65
1 changed files with 0 additions and 1 deletions

View File

@ -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 );
}