Opened 20 years ago
Closed 20 years ago
#3586 closed defect (bug) (fixed)
wp_list_categories() incorrectly uses list_cats filter
| Reported by: | markjaquith | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | Administration | Version: | 2.1 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
The list_cats filter is for filtering the text of individual categories, not for filtering the output of wp_list_categories(). Having one filter do double duty is really confusing.
Suggest wp_list_categories filter for filtering wp_list_categories() output.
Attachments (1)
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch for trunk