Make WordPress Core

Ticket #8894: 8894.diff

File 8894.diff, 696 bytes (added by jacobsantos, 17 years ago)

Patch has improved message for option.

  • options-discussion.php

     
    3636<br />
    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>
    4242</fieldset></td>