Make WordPress Core

Changeset 25295


Ignore:
Timestamp:
09/07/2013 03:35:26 PM (11 years ago)
Author:
SergeyBiryukov
Message:

Clarify a string in discussion settings. props Ipstenu, DrewAPicture. fixes #16705.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-discussion.php

    r24002 r25295  
    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('Comment must be 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>
Note: See TracChangeset for help on using the changeset viewer.