Changes between Initial Version and Version 1 of Ticket #26948, comment 11
- Timestamp:
- 01/27/2014 06:41:34 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26948, comment 11
initial v1 1 1 @DrewAPicture I improved the use in `WP_Posts_List_Table::inline_edit()` and added the docblock comment, so that should be all set now. 2 2 3 Thanks @nacin - I agree that having a filter as well would help, so I added that back in. The flow now would be to set `show_in_quick_edit` to `true` for the taxonomy and then hide per post type using the `quick_edit_show_taxonomy` filter that accepts 2 parameters : taxonomy name and post type label. I'm happy to change thatif you think a different way would flow more smoothly.3 Thanks @nacin - I agree that having a filter as well would help, so I added that back in. The flow now would be to set `show_in_quick_edit` to `true` for the taxonomy and then hide per post type using the `quick_edit_show_taxonomy` filter that accepts 2 parameters (taxonomy name and post type label) and should return boolean true/false. I'm happy to change that order if you think a different way would flow more smoothly.