Index: feed.php
===================================================================
--- feed.php	(revision 22914)
+++ feed.php	(working copy)
@@ -488,7 +488,7 @@
  */
 function self_link() {
 	$host = @parse_url(home_url());
-	echo esc_url( set_url_scheme( 'http://' . $host['host'] . stripslashes($_SERVER['REQUEST_URI']) ) );
+	echo esc_url( apply_filters( 'self_link', set_url_scheme( 'http://' . $host['host'] . stripslashes($_SERVER['REQUEST_URI']) ) ) );
 }
 
 /**
