Changes between Initial Version and Version 4 of Ticket #12452
- Timestamp:
- 03/03/2010 11:49:16 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12452
- Property Keywords needs-patch added
-
Property
Summary
changed from
Wrong feed links advertised with static front pagetoWrong comments feed link advertised with static front page -
Property
Milestone
changed from
Unassignedto3.0
-
Ticket #12452 – Description
initial v4 1 A static's front page's comments feed is: 2 3 example.com/page-slug/feed/ 4 5 But automatic_feed_links() advertises it as: 6 7 example.com/feed/ 8 9 --- 10 11 Was: 12 13 --- 14 1 15 When a static front page is configured (e.g. for a CMS site), the wrong feed links are advertised since the URL for the "page comments" feed conflicts with the default feed URL. 2 16