diff --git a/src/wp-admin/options-discussion.php b/src/wp-admin/options-discussion.php
index a60bdbc838..657c69df4a 100644
a
|
b
|
require_once ABSPATH . 'wp-admin/admin-header.php'; |
58 | 58 | <input name="default_comment_status" type="checkbox" id="default_comment_status" value="open" <?php checked( 'open', get_option( 'default_comment_status' ) ); ?> /> |
59 | 59 | <?php _e( 'Allow people to submit comments on new posts' ); ?></label> |
60 | 60 | <br /> |
61 | | <p class="description"><?php echo '(' . __( 'These settings may be overridden for individual posts.' ) . ')'; ?></p> |
| 61 | <p class="description"><?php _e( 'These settings may be overridden for individual posts and changes will be applied for newly created posts only.' ); ?></p> |
62 | 62 | </fieldset></td> |
63 | 63 | </tr> |
64 | 64 | <tr> |