Make WordPress Core

Ticket #54300: 54300.3.diff

File 54300.3.diff, 676 bytes (added by johnjamesjacoby, 3 years ago)
  • src/wp-admin/options-discussion.php

     
    5858<input name="default_comment_status" type="checkbox" id="default_comment_status" value="open" <?php checked( 'open', get_option( 'default_comment_status' ) ); ?> />
    5959<?php _e( 'Allow people to submit comments on new posts' ); ?></label>
    6060<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>
    6262</fieldset></td>
    6363</tr>
    6464<tr>