WordPress 2.8 provides a new function, automatic_feed_links().
This function will enables the automatic output of feed links, including the comment feed in the header area of the document.
To disable this feature, paste this code in function.php file.
automatic_feed_links(false);
