Index: wp-content/themes/default/functions.php
===================================================================
--- wp-content/themes/default/functions.php	(revision 12320)
+++ wp-content/themes/default/functions.php	(working copy)
@@ -6,8 +6,6 @@
 
 $content_width = 450;
 
-automatic_feed_links();
-
 if ( function_exists('register_sidebar') ) {
 	register_sidebar(array(
 		'before_widget' => '<li id="%1$s" class="widget %2$s">',
Index: wp-content/themes/default/header.php
===================================================================
--- wp-content/themes/default/header.php	(revision 12320)
+++ wp-content/themes/default/header.php	(working copy)
@@ -30,6 +30,7 @@
 
 <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
 
+<?php automatic_feed_links(); ?>
 <?php wp_head(); ?>
 </head>
 <body <?php body_class(); ?>>
