Ticket #5173 (closed enhancement: fixed)
Replace get_category_rss_link with get_category_feed_link
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.5 |
| Component: | Template | Version: | 2.3 |
| Severity: | normal | Keywords: | needs-patch |
| 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
Change History
comment:2
markjaquith — 4 years ago
- Keywords needs-patch added; has-patch removed
+1 on the idea. But the patch only addresses default permalinks. People with pretty permalinks wouldn't get the feed type they asked for.
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?
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.
comment:6
markjaquith — 4 years ago
Getting better. On line 150, you need to trailingslashit($link) (like on the old line 138). Otherwise, you could get:
- Status changed from new to closed
- Resolution set to fixed

