Make WordPress Core

Ticket #16705: 16705.patch

File 16705.patch, 956 bytes (added by RyanMurphy, 13 years ago)

patch based off Jane's wording

  • wp-admin/options-discussion.php

     
    129129<td><fieldset><legend class="screen-reader-text"><span><?php _e('Before a comment appears'); ?></span></legend>
    130130<label for="comment_moderation">
    131131<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>
    133133<br />
    134134<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>
    135135</fieldset></td>