Improve the description for the default comment status. Fixes #8894 props jacobsantos.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10689 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a33afa3546
commit
a5594ea3a3
|
@ -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