We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3487af commit 0daba4cCopy full SHA for 0daba4c
src/wp-includes/comment.php
@@ -2447,7 +2447,7 @@ function wp_new_comment_notify_postauthor( $comment_id ) {
2447
return false;
2448
}
2449
2450
- // Only send notifications for approved comments.
+ // Send notifications for approved comments and all notes.
2451
if (
2452
! isset( $comment->comment_approved ) ||
2453
( '1' !== $comment->comment_approved && 'note' !== $comment->comment_type ) ) {
0 commit comments