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

git-svn-id: https://develop.svn.wordpress.org/trunk@9368 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-10-27 17:03:20 +00:00
parent c5c2377468
commit 3f0ca00cbf
3 changed files with 9 additions and 7 deletions

View File

@@ -82,11 +82,7 @@ include('./admin-header.php');
<th scope="row"><?php _e('Membership') ?></th>
<td> <fieldset><legend class="hidden"><?php _e('Membership') ?></legend><label for="users_can_register">
<input name="users_can_register" type="checkbox" id="users_can_register" value="1" <?php checked('1', get_option('users_can_register')); ?> />
<?php _e('Anyone can register') ?></label><br />
<label for="comment_registration">
<input name="comment_registration" type="checkbox" id="comment_registration" value="1" <?php checked('1', get_option('comment_registration')); ?> />
<?php _e('Users must be registered and logged in to comment') ?>
</label>
<?php _e('Anyone can register') ?></label>
</fieldset></td>
</tr>
<tr valign="top">