Make WordPress Core

Changeset 9228


Ignore:
Timestamp:
10/17/2008 06:45:32 PM (16 years ago)
Author:
ryan
Message:

Move "Comment author must fill out name and e-mail " to "Default article settings". Props bubel. fixes #7814

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-discussion.php

    r9206 r9228  
    4141<input name="default_comment_status" type="checkbox" id="default_comment_status" value="open" <?php checked('open', get_option('default_comment_status')); ?> />
    4242<?php _e('Allow people to post comments on the article') ?></label>
     43<br />
     44<label for="require_name_email"><input type="checkbox" name="require_name_email" id="require_name_email" value="1" <?php checked('1', get_option('require_name_email')); ?> /> <?php _e('Comment author must fill out name and e-mail') ?></label>
    4345<br />
    4446<label for="close_comments_for_old_posts">
     
    8890<input name="comment_moderation" type="checkbox" id="comment_moderation" value="1" <?php checked('1', get_option('comment_moderation')); ?> />
    8991<?php _e('An administrator must always approve the comment') ?> </label>
    90 <br />
    91 <label for="require_name_email"><input type="checkbox" name="require_name_email" id="require_name_email" value="1" <?php checked('1', get_option('require_name_email')); ?> /> <?php _e('Comment author must fill out name and e-mail') ?></label>
    9292<br />
    9393<label for="comment_whitelist"><input type="checkbox" name="comment_whitelist" id="comment_whitelist" value="1" <?php checked('1', get_option('comment_whitelist')); ?> /> <?php _e('Comment author must have a previously approved comment') ?></label>
Note: See TracChangeset for help on using the changeset viewer.