Make WordPress Core

Changes between Initial Version and Version 5 of Ticket #42916


Ignore:
Timestamp:
03/09/2022 10:37:03 PM (4 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42916

    • Property Keywords has-patch needs-testing added
    • Property Component changed from Administration to Quick/Bulk Edit
    • Property Milestone changed from Awaiting Review to 6.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
     1The show_in_quick_edit property was introduced for taxonomies in 4.2 with changeset: [31307].
    42
    53This 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`.