Ticket #54300: 54300.3.diff
File 54300.3.diff, 676 bytes (added by , 3 years ago) |
---|
-
src/wp-admin/options-discussion.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( 'Individual posts may override these settings. Changes here will only be applied to new posts.' ); ?></p> 62 62 </fieldset></td> 63 63 </tr> 64 64 <tr>