Opened 11 years ago
Closed 11 years ago
#24444 closed defect (bug) (fixed)
get_the_category_rss should call get_bloginfo_rss
Reported by: | ejdanderson | Owned by: | DrewAPicture |
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | trivial | Version: | |
Component: | Feeds | Keywords: | has-patch 4.0-early |
Focuses: | Cc: |
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)
#1
@
11 years ago
- Cc djpaul@… added
The current behaviour also causes PHP Warnings for plugins that filter "get_bloginfo_rss" and expect two parameters.
Note: See
TracTickets for help on using
tickets.
replace get_bloginfo with get_bloginfo_rss