mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
In [54352] `update_post_caches()` was replaced by `_prime_post_caches()` to reduce excessive object cache calls. That's because `_prime_post_caches()` checks first if post IDs aren't already cached. Unfortunately this becomes an issue if a post itself is cached but not the meta/terms. To fix this regression, `_prime_post_caches()` now always calls `update_postmeta_cache()` and `update_object_term_cache()` depending on the arguments passed to it. Both functions internally check whether IDs are already cached so the fix from [54352] remains in place. Props peterwilsoncc, spacedmonkey, ocean90. Fixes #57163. git-svn-id: https://develop.svn.wordpress.org/trunk@54894 602fd350-edb4-49c9-b593-d223f7449a82 |
||
|---|---|---|
| .. | ||
| cacheResults.php | ||
| commentCount.php | ||
| commentFeed.php | ||
| conditionals.php | ||
| date.php | ||
| dateQuery.php | ||
| fieldsClause.php | ||
| generatePostdata.php | ||
| invalidQueries.php | ||
| isTerm.php | ||
| metaQuery.php | ||
| noFoundRows.php | ||
| parseQuery.php | ||
| postStatus.php | ||
| results.php | ||
| search.php | ||
| setupPostdata.php | ||
| stickies.php | ||
| taxQuery.php | ||
| vars.php | ||
| verboseRewriteRules.php | ||