#5173 closed enhancement (fixed)
Replace get_category_rss_link with get_category_feed_link
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.5 | Priority: | normal |
Severity: | normal | Version: | 2.3 |
Component: | Template | Keywords: | needs-patch |
Focuses: | Cc: |
Description
Replacing get_category_rss_link with a get_category_feed_link function would allow theme authors to use WordPress's Atom feeds instead, if they prefer. get_category_rss_link would be deprecated, but not removed, to keep backwards compatibility with themes which use it.
Attachments (1)
Change History (10)
#3
@
16 years ago
Good point. I'll tweak the patch. I was also thinking of doing the same for get_author_rss_link, should I add that to this ticket or make a new one?
#4
@
16 years ago
Look at get_tag_feed_link() and pattern get_category_feed_link() after it. We don't really need to pass the nicename and echo.
#6
@
16 years ago
Getting better. On line 150, you need to trailingslashit($link)
(like on the old line 138). Otherwise, you could get:
Note: See
TracTickets for help on using
tickets.
+1 on the idea. But the patch only addresses default permalinks. People with pretty permalinks wouldn't get the feed type they asked for.