[wp-trac] Re: [WordPress Trac] #10184: feed_links() cannot be
removed from wp_head
WordPress Trac
wp-trac at lists.automattic.com
Tue Jun 16 22:41:09 GMT 2009
#10184: feed_links() cannot be removed from wp_head
----------------------------+-----------------------------------------------
Reporter: peaceablewhale | Owner:
Type: enhancement | Status: closed
Priority: normal | Milestone:
Component: Template | Version: 2.8
Severity: normal | Resolution: wontfix
Keywords: close |
----------------------------+-----------------------------------------------
Comment(by dd32):
> @dd32: I suspect that automatic_feed_links(false) is called by the
plugin first, but then the templete calls automatic_feed_links(true).
That sounds plausable..
try hooking wp_head rather early and try it then:
{{{
add_action('wp_head', 'my_function', 5);
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10184#comment:7>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list