Changeset 33734 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 08/25/2015 08:27:56 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r33692 r33734 869 869 // We need a primary defined so responsive views show something, 870 870 // so let's fall back to the first non-checkbox column. 871 foreach ( $columns as $col => $column_name ) {871 foreach ( $columns as $col => $column_name ) { 872 872 if ( 'cb' === $col ) { 873 873 continue;
Note: See TracChangeset
for help on using the changeset viewer.