Clearer option text. Hat tip: Eric Meyer
git-svn-id: http://svn.automattic.com/wordpress/trunk@1463 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
91b74efae1
commit
6b786567a3
|
@ -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