Changeset 43672
- Timestamp:
- 10/03/2018 09:11:16 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r43671 r43672 510 510 <?php 511 511 /* 512 * Back up the items to restore after printing the extra items markup. 512 * Back up the items to restore after printing the extra items markup. 513 513 * The extra items may be empty, which will prevent the table nav from displaying later. 514 514 */ 515 $items= $this->items;515 $items = $this->items; 516 516 $this->items = $this->extra_items; 517 517 $this->display_rows_or_placeholder();
Note: See TracChangeset
for help on using the changeset viewer.