Changeset 40032
- Timestamp:
- 01/31/2017 07:05:00 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/meta-boxes.php
r40029 r40032 669 669 <input name="advanced_view" type="hidden" value="1" /> 670 670 <p class="meta-options"> 671 <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 />671 <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 /> 672 672 <label for="ping_status" class="selectit"><input name="ping_status" type="checkbox" id="ping_status" value="open" <?php checked($post->ping_status, 'open'); ?> /> <?php 673 673 printf( 674 674 /* translators: %s: Codex URL */ 675 __( 'Allow <a href="%s">trackbacks and pingbacks</a> on this page .' ),675 __( 'Allow <a href="%s">trackbacks and pingbacks</a> on this page' ), 676 676 __( 'https://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments' ) ); 677 677 ?></label>
Note: See TracChangeset
for help on using the changeset viewer.