--- www\wp-includes\feed.php	Tue Oct 11 17:17:19 2011
+++ www\wp-includes\feed.php.orig	Mon Oct 10 13:43:36 2011
@@ -196,7 +196,7 @@
  * @return none
  */
 function comments_link_feed() {
-	echo esc_url( get_comments_link() );
+	echo esc_url( apply_filters( 'comments_link_feed', get_comments_link() ) );
 }
 
 /**
@@ -237,7 +237,7 @@
  * @since 1.5.0
  */
 function comment_link() {
-	echo esc_url( get_comment_link() );
+	echo esc_url( apply_filters( 'comment_link', get_comment_link() ) );
 }
 
 /**
