Clearer option text. Hat tip: Eric Meyer
git-svn-id: https://develop.svn.wordpress.org/trunk@1463 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
918aabfbd5
commit
14617d4798
@ -78,7 +78,7 @@ include('options-head.php');
|
||||
<li>
|
||||
<label for="moderation_notify">
|
||||
<input name="moderation_notify" type="checkbox" id="moderation_notify" value="1" <?php checked('1', get_settings('moderation_notify')); ?> />
|
||||
<?php _e('A comment is approved or declined') ?> </label>
|
||||
<?php _e('A comment is held for moderation') ?> </label>
|
||||
</li>
|
||||
</ul>
|
||||
</fieldset>
|
||||
|
Loading…
Reference in New Issue
Block a user