Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #25408, comment 19


Ignore:
Timestamp:
05/22/2015 10:02:58 PM (11 years ago)
Author:
stephdau
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25408, comment 19

    v2 v3  
    11Here 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)
    33 * builds upon the previous work: refactoring and based on ticket feedback
    44 * 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).