Changeset 3465232
- Timestamp:
- 02/19/2026 04:40:50 PM (5 weeks ago)
- Location:
- comment-moderation-e-mail-to-post-author
- Files:
-
- 2 edited
-
tags/0.7/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
comment-moderation-e-mail-to-post-author/tags/0.7/readme.txt
r3465228 r3465232 31 31 These constants are currently available: 32 32 33 | Constant | Description | 34 | -------- | ----------- | 35 | COMMENT_NOTIFICATION_RECIPIENTS | Controls the New Comment recipients. Default: "wp_default" corresponds with "post_author_only" WordPress default. | 36 | COMMENT_MODERATION_RECIPIENTS | Controls the Comment is waiting for Moderation message recipients. Default: "post_author_only". | 33 1. **COMMENT_NOTIFICATION_RECIPIENTS** - Controls the New Comment recipients. Default: "wp_default" corresponds with "post_author_only" WordPress default. 34 1. **COMMENT_MODERATION_RECIPIENTS** - Controls the Comment is waiting for Moderation message recipients. Default: "post_author_only". 37 35 38 36 These options are currently available: 39 37 40 | Option | Description | 41 | ------ | ----------- | 42 | wp_default | The WordPress default behavior. Plugin does nothing. | 43 | post_author_only | Send notifications only to the Post Author e-mail address. | 44 | site_admin_only | Send notifications only to the Administration Email Address as configured on Settings > General. | 38 1. **wp_default** - The WordPress default behavior. Plugin does nothing. 39 1. **post_author_only** - Send notifications only to the Post Author e-mail address. 40 1. **site_admin_only** - Send notifications only to the Administration Email Address as configured on Settings > General. 45 41 46 42 **Examples:** -
comment-moderation-e-mail-to-post-author/trunk/readme.txt
r3465228 r3465232 32 32 These constants are currently available: 33 33 34 | Constant | Description | 35 | -------- | ----------- | 36 | COMMENT_NOTIFICATION_RECIPIENTS | Controls the New Comment recipients. Default: "wp_default" corresponds with "post_author_only" WordPress default. | 37 | COMMENT_MODERATION_RECIPIENTS | Controls the Comment is waiting for Moderation message recipients. Default: "post_author_only". | 34 1. **COMMENT_NOTIFICATION_RECIPIENTS** - Controls the New Comment recipients. Default: "wp_default" corresponds with "post_author_only" WordPress default. 35 1. **COMMENT_MODERATION_RECIPIENTS** - Controls the Comment is waiting for Moderation message recipients. Default: "post_author_only". 38 36 39 37 These options are currently available: 40 38 41 | Option | Description | 42 | ------ | ----------- | 43 | wp_default | The WordPress default behavior. Plugin does nothing. | 44 | post_author_only | Send notifications only to the Post Author e-mail address. | 45 | site_admin_only | Send notifications only to the Administration Email Address as configured on Settings > General. | 39 1. **wp_default** - The WordPress default behavior. Plugin does nothing. 40 1. **post_author_only** - Send notifications only to the Post Author e-mail address. 41 1. **site_admin_only** - Send notifications only to the Administration Email Address as configured on Settings > General. 46 42 47 43 **Examples:**
Note: See TracChangeset
for help on using the changeset viewer.