Opened 13 years ago
Closed 12 years ago
#24444 closed defect (bug) (fixed)
get_the_category_rss should call get_bloginfo_rss
| Reported by: | ejdanderson | Owned by: | DrewAPicture |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.0 |
| Component: | Feeds | Version: | |
| Severity: | trivial | Keywords: | has-patch 4.0-early |
| Cc: | Focuses: |
Description
Currently get_the_category_rss runs the get_bloginfo_rss filter on a get_bloginfo call. I don't see why its not just calling get_bloginfo_rss. At the very least, the filter needs the extra 'show' argument at the end to be consistant with the filter in other places.
Attachments (1)
Change History (7)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
replace get_bloginfo with get_bloginfo_rss