#41348 closed enhancement (fixed)
Improved caching on WP_Comment_Query
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.9 | Priority: | normal |
Severity: | normal | Version: | 3.1 |
Component: | General | Keywords: | has-patch has-unit-tests |
Focuses: | Cc: |
Description
As WP_Site_Query are based on the WP_Comment_Query, changes that are found in #41197 can also be applied to WP_Comment_Query
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
@boonebgorges I committed [41059] recently, which is pretty much the same change for
WP_Site_Query
, just in case you wanna compare.