Changeset 35698 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 11/18/2015 11:00:55 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r35565 r35698 902 902 $columns = $this->get_columns(); 903 903 $column = ''; 904 905 if ( empty( $columns ) ) { 906 return $column; 907 } 904 908 905 909 // We need a primary defined so responsive views show something,
Note: See TracChangeset
for help on using the changeset viewer.