Ticket #3728 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

get_categories filter not run on cached get_categories() hits

Reported by: markjaquith Assigned to: anonymous
Priority: low Milestone: 2.1.1
Component: General Version: 2.1
Severity: normal Keywords:
Cc:

Description (Last modified by markjaquith)

get_categories() runs get_categories filter on a cache miss, but not on cache hits.

Change History

01/31/07 05:55:29 changed by markjaquith

  • description changed.
  • summary changed from get_category filter not run on cached get_categories() hits to get_categories filter not run on cached get_categories() hits.

01/31/07 05:57:57 changed by markjaquith

  • status changed from new to closed.
  • resolution set to fixed.

(In [4848]) run get_categories filter on cached get_categories hits. fixes #3728

01/31/07 05:58:42 changed by markjaquith

(In [4849]) run get_categories filter on cached get_categories hits. fixes #3728

02/17/07 06:40:28 changed by robertaccettura

I have this problem where

wp_list_categories('show_count=1&title_li=<h2>Categories</h2>');

Gives "No categories". When caching is enabled. Thinking this was the same issue I applied this patch to 2.1, but no dice.

02/20/07 08:25:31 changed by markjaquith

robert,

Likely a different issue that was fixed for 2.1.1 in [4857]