Changeset 969 for trunk/wp-admin/options-discussion.php
- Timestamp:
- 03/11/2004 08:51:50 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
r957 r969 47 47 <li><a href="options-general.php">General</a></li> 48 48 <li><a href="options-writing.php">Writing</a></li> 49 <li><a href="options-reading.php">Reading</a></li> 49 50 <li><a class="current">Discussion</a></li> 50 51 <?php … … 68 69 <form name="form1" method="post" action="options.php"> 69 70 <input type="hidden" name="action" value="update" /> 70 <input type="hidden" name="page_options" value="'default_pingback_flag','default_ping_status','default_comment_status',' use_smilies','comments_notify','moderation_notify','comment_moderation','moderation_keys'" />71 <input type="hidden" name="page_options" value="'default_pingback_flag','default_ping_status','default_comment_status','comments_notify','moderation_notify','comment_moderation','moderation_keys'" /> 71 72 <p>Usual settings for an article: <em>(These settings may be overidden for individual articles.)</em></p> 72 73 <ul> … … 83 84 <li> 84 85 <label for="default_comment_status"> 85 <input name="default_comment_status" type="checkbox" id="default_comment_status" value=" 1" <?php checked('1', get_settings('default_comment_status')); ?> />86 <input name="default_comment_status" type="checkbox" id="default_comment_status" value="open" <?php checked('open', get_settings('default_comment_status')); ?> /> 86 87 Allow people to post comments on the article</label> 87 88 </li> … … 105 106 <label for="comment_moderation"> 106 107 <input name="comment_moderation" type="checkbox" id="comment_moderation" value="1" <?php checked('1', get_settings('comment_moderation')); ?> /> 107 An administrator must approve the comment (regardless of any matches below) </label> 108 An administrator must approve the comment (regardless of any matches below) </label> 108 109 </li> 110 <li> 111 <input type="checkbox" name="require_name_email" value="1" <?php checked('1', get_settings('require_name_email')); ?> /> 112 User must fill out name and email 113 </li> 109 114 </ul> 110 115 <p>When a comment contains any of these words in its content, name, URI, or email, hold it in the moderation queue: (Seperate multiple words with new lines.)</p>
Note: See TracChangeset
for help on using the changeset viewer.