#3728 closed defect (bug) (fixed)
get_categories filter not run on cached get_categories() hits
Reported by: | markjaquith | Owned by: | |
---|---|---|---|
Milestone: | 2.1.1 | Priority: | low |
Severity: | normal | Version: | 2.1 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description (last modified by )
get_categories() runs get_categories filter on a cache miss, but not on cache hits.
Change History (5)
#1
@
18 years ago
- Description modified (diff)
- Summary changed from get_category filter not run on cached get_categories() hits to get_categories filter not run on cached get_categories() hits
Note: See
TracTickets for help on using
tickets.
(In [4848]) run get_categories filter on cached get_categories hits. fixes #3728