Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #17210, comment 2


Ignore:
Timestamp:
04/21/2011 11:48:35 PM (13 years ago)
Author:
Viper007Bond
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17210, comment 2

    initial v1  
    11Duplicates is expected -- it's not smart enough to cache cross-post (say if you embed the same video in multiple posts).
    22
    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?
     3However 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?
    44
    55By the way -- it's safe to delete all of those rows if you want to. The caches will be repopulated on the fly.