Changeset 28279
- Timestamp:
- 05/06/2014 05:31:07 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r27626 r28279 842 842 $this->display_rows(); 843 843 } else { 844 list( $columns, $hidden ) = $this->get_column_info();845 844 echo '<tr class="no-items"><td class="colspanchange" colspan="' . $this->get_column_count() . '">'; 846 845 $this->no_items();
Note: See TracChangeset
for help on using the changeset viewer.