Make WordPress Core


Ignore:
Timestamp:
01/06/2011 04:11:14 AM (15 years ago)
Author:
ryan
Message:

Bring out the shears.

File:
1 edited

Legend:

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

    r17193 r17228  
    7272        ) );
    7373    }
    74    
     74
    7575    function has_items() {
    7676        // todo: populate $this->items in prepare_items()
     
    140140        $out = '';
    141141        $count = 0;
    142        
     142
    143143        $terms = array();
    144144
     
    161161            $count = $number; // Only displaying a single page.
    162162        }
    163        
     163
    164164        if ( empty( $terms ) ) {
    165165            echo '<tr class="no-items"><td colspan="2">';
Note: See TracChangeset for help on using the changeset viewer.