#57227 closed defect (bug) (fixed)
_prime_(comment|term|site)_caches() don't account for primed objects without primed meta
Reported by: | ocean90 | Owned by: | spacedmonkey |
---|---|---|---|
Milestone: | 6.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Options, Meta APIs | Keywords: | has-dev-note |
Focuses: | performance | Cc: |
Description
This is similar to #57163 where _prime_post_caches()
was fixed.
Example for comments:
<?php _prime_comment_caches( $comment_ids, false ); _prime_comment_caches( $comment_ids, true ); // Bug: No meta is primed
Change History (6)
Note: See
TracTickets for help on using
tickets.
Now that #57645 was committed [55671]. This means that term meta is fixed. Comment meta will be fixed in #57801.