Changeset 17228 for trunk/wp-admin/includes/class-wp-terms-list-table.php
- Timestamp:
- 01/06/2011 04:11:14 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-terms-list-table.php
r17193 r17228 72 72 ) ); 73 73 } 74 74 75 75 function has_items() { 76 76 // todo: populate $this->items in prepare_items() … … 140 140 $out = ''; 141 141 $count = 0; 142 142 143 143 $terms = array(); 144 144 … … 161 161 $count = $number; // Only displaying a single page. 162 162 } 163 163 164 164 if ( empty( $terms ) ) { 165 165 echo '<tr class="no-items"><td colspan="2">';
Note: See TracChangeset
for help on using the changeset viewer.