Ticket #16705: 16705.patch
File 16705.patch, 956 bytes (added by , 13 years ago) |
---|
-
wp-admin/options-discussion.php
129 129 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Before a comment appears'); ?></span></legend> 130 130 <label for="comment_moderation"> 131 131 <input name="comment_moderation" type="checkbox" id="comment_moderation" value="1" <?php checked('1', get_option('comment_moderation')); ?> /> 132 <?php _e(' An administrator must always approve the comment'); ?> </label>132 <?php _e('Comments will not be published until manually approved.'); ?> </label> 133 133 <br /> 134 134 <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> 135 135 </fieldset></td>