else { $this->
print_table_description();
} ?>
<thead>
<tr>
<?php
$this->
print_column_headers(); ?>
</tr>
</thead>
<tbody id="the-comment-list" data-wp-lists="list:comment">
<?php
$this->
display_rows_or_placeholder(); ?>
</tbody>
<tbody id="the-extra-comment-list" data-wp-lists="list:comment" style="display: none;">
<?php
/*
* Back up the items to restore after printing the extra items markup.
* The extra items may be empty, which will prevent the table nav from displaying later.
*/
$items =
$this->items;
$this->items =
$this->extra_items;
$this->
display_rows_or_placeholder();