Changeset 43671
- Timestamp:
- 10/03/2018 07:46:51 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r43571 r43671 509 509 <tbody id="the-extra-comment-list" data-wp-lists="list:comment" style="display: none;"> 510 510 <?php 511 /* 512 * Back up the items to restore after printing the extra items markup. 513 * The extra items may be empty, which will prevent the table nav from displaying later. 514 */ 515 $items = $this->items; 511 516 $this->items = $this->extra_items; 512 517 $this->display_rows_or_placeholder(); 518 $this->items = $items; 513 519 ?> 514 520 </tbody>
Note: See TracChangeset
for help on using the changeset viewer.