Changeset 9368 for trunk/wp-admin/options-discussion.php
- Timestamp:
- 10/27/2008 05:03:20 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-discussion.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-discussion.php
r9346 r9368 48 48 <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> 49 49 <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 50 56 <label for="close_comments_for_old_posts"> 51 57 <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.