Opened 19 years ago
Closed 18 years ago
#5238 closed defect (bug) (fixed)
Self links in feeds are incorrect for categories
| Reported by: | westi | Owned by: | westi |
|---|---|---|---|
| Priority: | high | Milestone: | 2.5 |
| Component: | Template | Version: | 2.3 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
Raised from #5205
We use bloginfo('atom_url') and bloginfo('rss_url') to build the self links but these return the links to the main atom and rss urls the underlying function called (get_feed_link) needs to be used instead and made category aware.
Attachments (1)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This is also a problem for query-string feeds. I believe the self link should be built from the document location (http_host+request_uri) with wp_specialchars for XSS. Patch attached.