Opened 11 months ago
Last modified 11 months ago
#3349 assigned task
No notification to admins when a forum post is held for moderation
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.7 | Priority: | high |
Severity: | normal | Version: | 2.6.0 |
Component: | API - Moderation | Keywords: | needs-patch |
Cc: |
Description
With the improvements in #2861 to inherit WP's blog comment moderation settings, when a post is held for moderation, no one is currently notified.
This can leave legitimate posts held up for a long time unless someone manually checks the moderation queue. This is especially apparent when someone trips the default link limit of 2 in a forum post.
So it would be great if we also inherited WP's "Email me whenever a comment is held for moderation" setting. We should also add a filter for the email address, so potentially forum moderators can be sent this email as well.
Let me know what you think.
Makes sense to me!