Changes between Version 1 and Version 2 of Ticket #26234, comment 1
- Timestamp:
- 11/25/2013 03:01:38 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26234, comment 1
v1 v2 1 1 One possible, albeit hacky, solution, is to concatenate the taxonomies into a cache key, and pass that around instead. 2 2 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.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 patch does so with reckless abandon. 4 4 5 5 I'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.