Make WordPress Core

Changeset 43672


Ignore:
Timestamp:
10/03/2018 09:11:16 PM (6 years ago)
Author:
melchoyce
Message:

List Table: Fix formatting issue introduced in r43671.

Props dd32.
See #45028.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-comments-list-table.php

    r43671 r43672  
    510510        <?php
    511511            /*
    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.
    513513             * The extra items may be empty, which will prevent the table nav from displaying later.
    514514             */
    515             $items = $this->items;
     515            $items      = $this->items;
    516516            $this->items = $this->extra_items;
    517517            $this->display_rows_or_placeholder();
Note: See TracChangeset for help on using the changeset viewer.