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:
westi 2009-03-03 21:08:02 +00:00
parent a33afa3546
commit a5594ea3a3
1 changed files with 1 additions and 1 deletions

View File

@ -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>