Changeset 10689
- Timestamp:
- 03/03/2009 09:08:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-discussion.php
r10150 r10689 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>
Note: See TracChangeset
for help on using the changeset viewer.