Make WordPress Core

Ticket #16705: 16705.2.diff

File 16705.2.diff, 957 bytes (added by MikeHansenMe, 12 years ago)

refreshed, the file has changed since last revision.

  • wp-admin/options-discussion.php

     
    136136<td><fieldset><legend class="screen-reader-text"><span><?php _e('Before a comment appears'); ?></span></legend>
    137137<label for="comment_moderation">
    138138<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>
    140140<br />
    141141<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>
    142142</fieldset></td>