Changes between Version 2 and Version 3 of Ticket #25408, comment 19
- Timestamp:
- 05/22/2015 10:02:58 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25408, comment 19
v2 v3 1 1 Here we go: [attachment:25408.4.diff]: 2 * was rebuilt from scratch based on the previous patches, brings the code in line with trunk (4.3-alpha )2 * was rebuilt from scratch based on the previous patches, brings the code in line with trunk (4.3-alpha, r32551) 3 3 * builds upon the previous work: refactoring and based on ticket feedback 4 4 * adds a `list_table_primary_column` filter in `WP_List_Table::get_primary_column_name()`, so developers can change the default column via the related API, with `$default` (returnable) and `$context` (screen id) as arguments (as requested).