[wp-trac] Re: [WordPress Trac] #5328: Make default feed format
pluggable
WordPress Trac
wp-trac at lists.automattic.com
Sun Nov 11 18:22:43 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 jasonadamyoung):
If this is going to be part of core - is there any reason why this
shouldn't be part of the wp_options? I admittedly haven't traced the
execution of this everywhere, but it seems like
get_option('default_feed_format') would be preferred over get_default_feed
and still hardcoding 'rss2' in that (or even hardcoding it in a sense in a
wp_feed_selector).
I might be missing something in the overhead of the options use, but it
looks like the options already have filter hooks - and sticking this in
wp_options leaves open the door for a interface plugin to set the default
feed format from within the admin interface.
--
Ticket URL: <http://trac.wordpress.org/ticket/5328#comment:7>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list