Changes between Initial Version and Version 1 of Ticket #25408, comment 28
- Timestamp:
- 05/27/2015 02:10:24 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25408, comment 28
initial v1 1 1 [attachment:25408.10.diff] implements most of what @helen and I discussed on Slack: 2 * also adds `column-primary` when applying `has-row-actions`, except for the `blogs` column in `WP_MS_Users_List_Table`, which needs the latter at all times, but not the former.2 * also adds `column-primary` when applying `has-row-actions`, except for the `blogs` column in `WP_MS_Users_List_Table`, which needs the latter at all times, but not the former. 3 3 * only implements a statically-named filter in `WP_List_Table::get_primary_column_name()`, with context as argument. Dynamically-named filters are needlessly difficult to document/use, and we don't really implement new ones. 4 4