[wp-trac] Re: [WordPress Trac] #5328: Make default feed format
pluggable
WordPress Trac
wp-trac at lists.automattic.com
Sat Dec 8 17:36:32 GMT 2007
#5328: Make default feed format pluggable
-------------------------+--------------------------------------------------
Reporter: rubys | Owner: anonymous
Type: enhancement | Status: new
Priority: normal | Milestone: 2.4
Component: General | Version:
Severity: normal | Resolution:
Keywords: has-patch |
-------------------------+--------------------------------------------------
Comment (by rubys):
I created a filter which simply returns 'atom', and registered it as the
'default_feed' filter, on a blog which uses the default theme. The net
visible effect is that
{{{
<link rel="alternate" type="application/rss+xml" title="App Test RSS Feed"
href="http://rubix.home/wordpress/feed/" />
}}}
Changed to
{{{
<link rel="alternate" type="application/rss+xml" title="App Test RSS Feed"
href="http://rubix.home/wordpress/feed/rss2/" />
}}}
While this puts in place an important piece of enabling infrastructure, I
don't believe that it is sufficient to warrant closing this ticket.
--
Ticket URL: <http://trac.wordpress.org/ticket/5328#comment:11>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list