diff --git a/wp-includes/rewrite-functions.php b/wp-includes/rewrite-functions.php index 6e96edd455..a42535b4a4 100644 --- a/wp-includes/rewrite-functions.php +++ b/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; } diff --git a/wp-includes/version.php b/wp-includes/version.php index a94ee6120b..48f589264c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-35120'; +$wp_version = '4.4-alpha-35121'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.