Changeset 33266 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 07/14/2015 04:17:06 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r33178 r33266 888 888 $default = $this->get_default_primary_column_name(); 889 889 890 // If the primary column doesn't exist fall back to the 891 // first non-checkbox column. 892 if ( ! isset( $columns[ $default ] ) ) { 893 $default = WP_List_Table::get_default_primary_column_name(); 894 } 895 890 896 /** 891 897 * Filter the name of the primary column for the current list table.
Note: See TracChangeset
for help on using the changeset viewer.