Changes between Initial Version and Version 1 of Ticket #17210, comment 2
- Timestamp:
- 04/21/2011 11:48:35 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17210, comment 2
initial v1 1 1 Duplicates is expected -- it's not smart enough to cache cross-post (say if you embed the same video in multiple posts). 2 2 3 However it should only cache to the current post and if it's not, then perhaps you are polluting the `$post` global somewhere. Can you reproduce this using the default theme?3 However it should only cache to the current post (i.e. the one with the video in it) and if it's not, then perhaps you are polluting the `$post` global somewhere. Can you reproduce this using the default theme? Perhaps you are using `query_posts()` in your sidebar or something? 4 4 5 5 By the way -- it's safe to delete all of those rows if you want to. The caches will be repopulated on the fly.