Opened 3 years ago
Last modified 9 months ago
#42474 new defect (bug)
bulk_edit_posts should honor the show_in_quick_edit property of taxonomies
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Quick/Bulk Edit | Keywords: | has-patch needs-testing |
Focuses: | performance | Cc: |
Description
When bulk editing posts, several database queries are related to taxonomies for which show_in_quick_edit
is set to false. Since the terms are not modified, these queries uselessly harm the performance.
This is because bulk_edit_posts
does not check this property when building arguments to pass to wp_update_post
.
Attachments (2)
Change History (4)
Note: See
TracTickets for help on using
tickets.
simple refresh