Ticket #33587: 33587.7.diff
File 33587.7.diff, 586 bytes (added by , 10 years ago) |
---|
-
wp-includes/comment-functions.php
1669 1669 * `wp_notify_postauthor()` checks if notifying the author of their own comment. 1670 1670 * By default, it won't, but filters can override this. 1671 1671 */ 1672 if ( get_option( 'comments_notify' ) && $comment->comment_approved) {1672 if ( '1' == $comment->comment_approved && get_option( 'comments_notify' ) ) { 1673 1673 wp_notify_postauthor( $comment_ID ); 1674 1674 } 1675 1675 }