- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-post-comments-list-table.php
r42343 r43571 50 50 51 51 wp_nonce_field( 'fetch-list-' . get_class( $this ), '_ajax_fetch_list_nonce' ); 52 ?>52 ?> 53 53 <table class="<?php echo implode( ' ', $this->get_table_classes() ); ?>" style="display:none;"> 54 54 <tbody id="the-comment-list" 55 <?php56 if ( $singular ) {57 echo " data-wp-lists='list:$singular'";58 }55 <?php 56 if ( $singular ) { 57 echo " data-wp-lists='list:$singular'"; 58 } 59 59 ?> 60 60 > … … 66 66 </tbody> 67 67 </table> 68 <?php68 <?php 69 69 } 70 70
Note: See TracChangeset
for help on using the changeset viewer.