Ticket #8894: 8894.diff
| File 8894.diff, 696 bytes (added by , 17 years ago) |
|---|
-
options-discussion.php
36 36 <br /> 37 37 <label for="default_comment_status"> 38 38 <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> 40 40 <br /> 41 41 <small><em><?php echo '(' . __('These settings may be overridden for individual articles.') . ')'; ?></em></small> 42 42 </fieldset></td>