Plugin Directory

Changeset 3465232


Ignore:
Timestamp:
02/19/2026 04:40:50 PM (5 weeks ago)
Author:
RavanH
Message:

no tables in readme markup

Location:
comment-moderation-e-mail-to-post-author
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • comment-moderation-e-mail-to-post-author/tags/0.7/readme.txt

    r3465228 r3465232  
    3131These constants are currently available:
    3232
    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". |
     331. **COMMENT_NOTIFICATION_RECIPIENTS** - Controls the New Comment recipients. Default: "wp_default" corresponds with "post_author_only" WordPress default.
     341. **COMMENT_MODERATION_RECIPIENTS** - Controls the Comment is waiting for Moderation message recipients. Default: "post_author_only".
    3735
    3836These options are currently available:
    3937
    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. |
     381. **wp_default** - The WordPress default behavior. Plugin does nothing.
     391. **post_author_only** - Send notifications only to the Post Author e-mail address.
     401. **site_admin_only** - Send notifications only to the Administration Email Address as configured on Settings > General.
    4541
    4642**Examples:**
  • comment-moderation-e-mail-to-post-author/trunk/readme.txt

    r3465228 r3465232  
    3232These constants are currently available:
    3333
    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". |
     341. **COMMENT_NOTIFICATION_RECIPIENTS** - Controls the New Comment recipients. Default: "wp_default" corresponds with "post_author_only" WordPress default.
     351. **COMMENT_MODERATION_RECIPIENTS** - Controls the Comment is waiting for Moderation message recipients. Default: "post_author_only".
    3836
    3937These options are currently available:
    4038
    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. |
     391. **wp_default** - The WordPress default behavior. Plugin does nothing.
     401. **post_author_only** - Send notifications only to the Post Author e-mail address.
     411. **site_admin_only** - Send notifications only to the Administration Email Address as configured on Settings > General.
    4642
    4743**Examples:**
Note: See TracChangeset for help on using the changeset viewer.