Ticket #16705: 16705.2.diff
File 16705.2.diff, 957 bytes (added by , 12 years ago) |
---|
-
wp-admin/options-discussion.php
136 136 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Before a comment appears'); ?></span></legend> 137 137 <label for="comment_moderation"> 138 138 <input name="comment_moderation" type="checkbox" id="comment_moderation" value="1" <?php checked('1', get_option('comment_moderation')); ?> /> 139 <?php _e(' An administrator must always approve the comment'); ?> </label>139 <?php _e('Comments will not be published until manually approved.'); ?> </label> 140 140 <br /> 141 141 <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> 142 142 </fieldset></td>