#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 |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.3 |
| Component: | Options, Meta APIs | Version: | |
| Severity: | normal | Keywords: | has-dev-note |
| Cc: | Focuses: | performance |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Now that #57645 was committed [55671]. This means that term meta is fixed. Comment meta will be fixed in #57801.