Changeset 25295 for trunk/src/wp-admin/options-discussion.php
- Timestamp:
- 09/07/2013 03:35:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-discussion.php
r24002 r25295 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('Comment must be 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>
Note: See TracChangeset
for help on using the changeset viewer.