Changeset 1011 for trunk/wp-admin/options-discussion.php
- Timestamp:
- 03/25/2004 10:11:58 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-discussion.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-discussion.php
r993 r1011 69 69 <form name="form1" method="post" action="options.php"> 70 70 <input type="hidden" name="action" value="update" /> 71 <input type="hidden" name="page_options" value="'default_pingback_flag','default_ping_status','default_comment_status','comments_notify','moderation_notify','comment_moderation','require_name_email',' moderation_keys'" />72 < p>Usual settings for an article: <em>(These settings may be overidden for individual articles.)</em></p>71 <input type="hidden" name="page_options" value="'default_pingback_flag','default_ping_status','default_comment_status','comments_notify','moderation_notify','comment_moderation','require_name_email','comment_max_links','moderation_keys'" /> 72 <h3>Usual settings for an article: <em>(These settings may be overidden for individual articles.)</em></h3> 73 73 <ul> 74 74 <li> … … 88 88 </li> 89 89 </ul> 90 < p>Email me whenever:</p>90 <h3>Email me whenever:</h3> 91 91 <ul> 92 92 <li> … … 101 101 </li> 102 102 </ul> 103 < p>Before a comment appears:</p>103 <h3>Before a comment appears:</h3> 104 104 <ul> 105 105 <li> … … 114 114 </li> 115 115 </ul> 116 <p>When a comment contains any of these words in its content, name, URI, email, or IP, hold it in the moderation queue: (Seperate multiple words with new lines.) <a href="http://wiki.wordpress.org/index.php/SpamWords">Common spam words</a>.</p> 116 <h3>Comment Moderation:</h3> 117 <p>Hold a comment in the queue if it contains more than 118 <input name="comment_max_links" type="text" id="comment_max_links" size="3" value="<?php echo get_settings('comment_max_links'); ?>" /> 119 links. (A common characteristic of comment spam is a large number of hyperlinks.)</p> 120 <p>When a comment contains any of these words in its content, name, URI, email, or IP, hold it in the moderation queue: (Seperate multiple words with new lines.) <a href="http://wiki.wordpress.org/index.php/SpamWords">Common spam words</a>.</p> 117 121 <p> 118 122 <textarea name="moderation_keys" cols="60" rows="4" id="moderation_keys" style="width: 98%;"><?php echo get_settings('moderation_keys'); ?></textarea>
Note: See TracChangeset
for help on using the changeset viewer.