[wp-trac] [WordPress Trac] #6892: Missing comment notification on approval

WordPress Trac wp-trac at lists.automattic.com
Thu May 1 14:35:30 GMT 2008


#6892: Missing comment notification on approval
---------------------+------------------------------------------------------
 Reporter:  chmac    |       Owner:  anonymous
     Type:  defect   |      Status:  new      
 Priority:  normal   |   Milestone:  2.7      
Component:  General  |     Version:           
 Severity:  major    |    Keywords:           
---------------------+------------------------------------------------------
 If you approve a comment via edit-comments.php, and the option
 comments_notify = 1, no email is generated, the author is not notified.
 This bug was introduced when moderation.php functionality was moved into
 edit-comments.php. The code which is now missing was:
 {{{
 if ( get_option( 'comments_notify' ) == true ) {
     wp_notify_postauthor( $k );
 }
 }}}


 The moderation notification is not the same, it sends a notification to
 the admin_email, not the post author.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/6892>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list