Opened 16 years ago
Closed 16 years ago
#8277 closed enhancement (duplicate)
Add filter 'comment_moderation_headers' in 'wp_notify_moderator' (pluggable.php)
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Comments | Keywords: | needs-patch |
Focuses: | 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 (1)
Change History (8)
Note: See
TracTickets for help on using
tickets.
Patch for the current trunk version