Make WordPress Core

Changeset 10689


Ignore:
Timestamp:
03/03/2009 09:08:02 PM (15 years ago)
Author:
westi
Message:

Improve the description for the default comment status. Fixes #8894 props jacobsantos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-discussion.php

    r10150 r10689  
    3737<label for="default_comment_status">
    3838<input name="default_comment_status" type="checkbox" id="default_comment_status" value="open" <?php checked('open', get_option('default_comment_status')); ?> />
    39 <?php _e('Allow people to post comments on the article') ?></label>
     39<?php _e('Allow people to post comments on new articles') ?></label>
    4040<br />
    4141<small><em><?php echo '(' . __('These settings may be overridden for individual articles.') . ')'; ?></em></small>
Note: See TracChangeset for help on using the changeset viewer.