diff --git a/src/wp-includes/rewrite-functions.php b/src/wp-includes/rewrite-functions.php index 6e96edd455..a42535b4a4 100644 --- a/src/wp-includes/rewrite-functions.php +++ b/src/wp-includes/rewrite-functions.php @@ -100,7 +100,6 @@ function add_feed( $feedname, $function ) { global $wp_rewrite; if ( ! in_array( $feedname, $wp_rewrite->feeds ) ) { - // Override the file if it is $wp_rewrite->feeds[] = $feedname; }