Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #26234, comment 1


Ignore:
Timestamp:
11/25/2013 03:01:38 PM (12 years ago)
Author:
johnjamesjacoby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26234, comment 1

    v1 v2  
    11One possible, albeit hacky, solution, is to concatenate the taxonomies into a cache key, and pass that around instead.
    22
    3 Poking around in `update_object_term_cache()`will likely result in losing at least one finger (and probably a pinky toe) and although I'm justifiably afraid to go digging, my incoming does so with reckless abandon.
     3Poking around in `update_object_term_cache()`will likely result in losing at least one finger (and probably a pinky toe) and although I'm justifiably afraid to go digging, my incoming patch does so with reckless abandon.
    44
    55I'm also fully aware of the 5 year taxonomy plan, and prematurely agree that complicating things further for everyone is likely not worth the expense later. If nothing else, consider this a ticket for posterity until then.