Improve the description for the default comment status. Fixes #8894 props jacobsantos.
git-svn-id: https://develop.svn.wordpress.org/trunk@10689 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
91e3bd9358
commit
2146937638
@ -36,7 +36,7 @@ include('admin-header.php');
|
||||
<br />
|
||||
<label for="default_comment_status">
|
||||
<input name="default_comment_status" type="checkbox" id="default_comment_status" value="open" <?php checked('open', get_option('default_comment_status')); ?> />
|
||||
<?php _e('Allow people to post comments on the article') ?></label>
|
||||
<?php _e('Allow people to post comments on new articles') ?></label>
|
||||
<br />
|
||||
<small><em><?php echo '(' . __('These settings may be overridden for individual articles.') . ')'; ?></em></small>
|
||||
</fieldset></td>
|
||||
|
Loading…
Reference in New Issue
Block a user