Ticket #31168: 31168_disabling_comment_default.diff
File 31168_disabling_comment_default.diff, 1.1 KB (added by , 10 years ago) |
---|
-
meta-boxes.php
588 588 ?> 589 589 <input name="advanced_view" type="hidden" value="1" /> 590 590 <p class="meta-options"> 591 <label for="comment_status" class="selectit"><input name="comment_status" type="checkbox" id="comment_status" value=" open" <?php checked($post->comment_status, 'open'); ?> /> <?php _e( 'Allow comments.' ) ?></label><br />591 <label for="comment_status" class="selectit"><input name="comment_status" type="checkbox" id="comment_status" value="close" <?php checked($post->comment_status, 'close'); ?> /> <?php _e( 'Allow comments.' ) ?></label><br /> 592 592 <label for="ping_status" class="selectit"><input name="ping_status" type="checkbox" id="ping_status" value="open" <?php checked($post->ping_status, 'open'); ?> /> <?php printf( __( 'Allow <a href="%s" target="_blank">trackbacks and pingbacks</a> on this page.' ), __( 'http://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments' ) ); ?></label> 593 593 <?php 594 594 /**