Ticket #8277 (new enhancement)

Opened 2 months ago

Last modified 2 months ago

Add filter 'comment_moderation_headers' in 'wp_notify_moderator' (pluggable.php)

Reported by: hetjens Assigned to:
Priority: normal Milestone: 2.8
Component: Comments Version:
Severity: normal Keywords:
Cc:

Description

I want to modifiy email headers of the new comment notification emails. The function to send a email to the post author (wp_notify_postauthor) offers a filter ('comment_notification_headers') to do this, but the function 'wp_notify_moderator' doesn't.

I created a patch, that adds and modifies 4 lines in this function. It adds the filter (comment_moderation_headers) and sets also, like in the other function, the charset for the email.

Attachments

pluggable.diff (0.9 kB) - added by hetjens on 11/19/08 09:42:05.
Patch for the current trunk version

Change History

11/19/08 09:42:05 changed by hetjens

  • attachment pluggable.diff added.

Patch for the current trunk version

11/19/08 23:00:41 changed by ryan

  • milestone changed from 2.7 to 2.8.

Postponing enhancements to 2.8.