Make WordPress Core


Ignore:
Timestamp:
10/27/2008 05:03:20 PM (17 years ago)
Author:
ryan
Message:

Move 'Users must be registered and logged in to comment' setting to Discussion page. Props MtDewVirus. fixes #6652

File:
1 edited

Legend:

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

    r9346 r9368  
    4848<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>
    4949<br />
     50<label for="comment_registration">
     51<input name="comment_registration" type="checkbox" id="comment_registration" value="1" <?php checked('1', get_option('comment_registration')); ?> />
     52<?php _e('Users must be registered and logged in to comment') ?>
     53</label>
     54<br />
     55
    5056<label for="close_comments_for_old_posts">
    5157<input name="close_comments_for_old_posts" type="checkbox" id="close_comments_for_old_posts" value="1" <?php checked('1', get_option('close_comments_for_old_posts')); ?> />
Note: See TracChangeset for help on using the changeset viewer.