Changes between Initial Version and Version 3 of Ticket #61456
- Timestamp:
- 06/18/2024 04:00:31 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61456
- Property Keywords has-patch commit added
-
Property
Milestone
changed from
Awaiting Reviewto6.6
-
Ticket #61456 – Description
initial v3 1 In [598 2], a call to `clean_term_cache()` was removed from `wp_set_object_terms()`. Since then, the `$term_ids` array that had been passed to `clean_term_cache()` has been populated inside one of the `foreach` loops but never used.1 In [5983], a call to `clean_term_cache()` was removed from `wp_set_object_terms()`. Since then, the `$term_ids` array that had been passed to `clean_term_cache()` has been populated inside one of the `foreach` loops but never used.