mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-14 09:34:41 +00:00
Use correct variable. see #22922.
git-svn-id: https://develop.svn.wordpress.org/trunk@25105 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1082,7 +1082,7 @@ function wp_notify_postauthor( $comment_id, $comment_type = '' ) {
|
||||
$message_headers = apply_filters( 'comment_notification_headers', $message_headers, $comment_id );
|
||||
|
||||
foreach ( $emails as $email ) {
|
||||
@wp_mail( $emails, $subject, $notify_message, $message_headers );
|
||||
@wp_mail( $email, $subject, $notify_message, $message_headers );
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user