Make WordPress Core

Changes between Initial Version and Version 3 of Ticket #61456


Ignore:
Timestamp:
06/18/2024 04:00:31 AM (2 years ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61456

    • Property Keywords has-patch commit added
    • Property Milestone changed from Awaiting Review to 6.6
  • Ticket #61456 – Description

    initial v3  
    1 In [5982], 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.
     1In [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.