- Timestamp:
- 01/26/2014 08:27:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r26961 r27036 317 317 318 318 ?> 319 <table class="<?php echo implode( ' ', $this->get_table_classes() ); ?>" cellspacing="0">319 <table class="<?php echo implode( ' ', $this->get_table_classes() ); ?>"> 320 320 <thead> 321 321 <tr> … … 603 603 wp_nonce_field( "fetch-list-" . get_class( $this ), '_ajax_fetch_list_nonce' ); 604 604 ?> 605 <table class="<?php echo implode( ' ', $this->get_table_classes() ); ?>" cellspacing="0"style="display:none;">605 <table class="<?php echo implode( ' ', $this->get_table_classes() ); ?>" style="display:none;"> 606 606 <tbody id="the-comment-list"<?php if ( $singular ) echo " data-wp-lists='list:$singular'"; ?>> 607 607 <?php if ( ! $output_empty ) $this->display_rows_or_placeholder(); ?>
Note: See TracChangeset
for help on using the changeset viewer.