Changeset 1737 for trunk/wp-admin/options-discussion.php
- Timestamp:
- 10/04/2004 08:49:45 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-discussion.php
r1620 r1737 58 58 <form name="form1" method="post" action="options.php"> 59 59 <input type="hidden" name="action" value="update" /> 60 <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'" />60 <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_whitelist','comment_max_links','moderation_keys'" /> 61 61 <fieldset class="options"> 62 62 <legend><?php _e('Usual settings for an article: <em>(These settings may be overridden for individual articles.)</em>') ?></legend> … … 102 102 <?php _e('An administrator must approve the comment (regardless of any matches below)') ?> </label> 103 103 </li> 104 <li> 105 <label for="require_name_email"> 106 <input type="checkbox" name="require_name_email" id="require_name_email" value="1" <?php checked('1', get_settings('require_name_email')); ?> /> 107 <?php _e('User must fill out name and e-mail') ?> </label> 108 </li> 104 <li><label for="require_name_email"><input type="checkbox" name="require_name_email" id="require_name_email" value="1" <?php checked('1', get_settings('require_name_email')); ?> /> <?php _e('Comment author must fill out name and e-mail') ?></label></li> 105 <li><label for="comment_whitelist"><input type="checkbox" name="comment_whitelist" id="comment_whitelist" value="1" <?php checked('1', get_settings('comment_whitelist')); ?> /> <?php _e('Comment author must have a previously approved comment') ?></label></li> 109 106 </ul> 110 107 </fieldset>
Note: See TracChangeset
for help on using the changeset viewer.