Sun
13
Mar '05
Small wordpress fix
by Frank Spychalski filed under Blog

If you have multiple authors who are allowed to ack comments, you might want to change comment-functions.php line 717

    @wp_mail($admin_email, $subject, $notify_message, $message_headers);

to

    @wp_mail($user->user_email, $subject, $notify_message, $message_headers);

Notification mails for comments held for moderation are now sent to the post author instead of the admin.


Any comments? Or questions? Just leave a Reply: