[wp-trac] [WordPress Trac] #11320: Feed Autodiscovery Missing?!
WordPress Trac
wp-trac at lists.automattic.com
Fri Dec 4 19:07:06 UTC 2009
#11320: Feed Autodiscovery Missing?!
--------------------------+-------------------------------------------------
Reporter: miqrogroove | Owner:
Type: defect (bug) | Status: reopened
Priority: high | Milestone: 2.9
Component: Feeds | Version: 2.8
Severity: critical | Resolution:
Keywords: |
--------------------------+-------------------------------------------------
Comment(by nacin):
I keep thinking that maybe it should be a default action to add feed
links. It isn't really simplifying anything when you need to add
automatic_feed_links() to functions.php.
This would align automatic_feed_links with any number of other actions
tied to wp_head. Either it wasn't thought out when implemented or I'm
missing something. The other actions tied to wp_head in default-
filters.php:
wp_enqueue_scripts
feed_links_extra
rsd_link
wlwmanifest_link
index_rel_link
parent_post_rel_link
start_post_rel_link
adjacent_posts_rel_link
locale_stylesheet
noindex
wp_print_styles
wp_print_head_scripts
wp_generator
rel_canonical
If we go the comment route:
{{{ <?php // automatic_feed_links() called within functions.php to hook
into wp_head and add feed links. ?> }}}
That said, I really do think this should become a default hook.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11320#comment:10>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list