Changes between Initial Version and Version 5 of Ticket #42916
- Timestamp:
- 03/09/2022 10:37:03 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42916
- Property Keywords has-patch needs-testing added
-
Property
Component
changed from
AdministrationtoQuick/Bulk Edit -
Property
Milestone
changed from
Awaiting Reviewto6.0
-
Ticket #42916 – Description
initial v5 1 The show_in_quick_edit property was introduced for taxonomies in 4.2 with changeset: 2 3 https://core.trac.wordpress.org/changeset/31307 1 The show_in_quick_edit property was introduced for taxonomies in 4.2 with changeset: [31307]. 4 2 5 3 This changeset removed the taxonomy from the inline edit form, but the terms for the taxonomy are still being populated in the data for each row via the `get_inline_data()` function, which only respects `$taxonomy->show_ui`.