diff --git a/wp-includes/feed.php b/wp-includes/feed.php index 4842c6e1a2..3a77e1416f 100644 --- a/wp-includes/feed.php +++ b/wp-includes/feed.php @@ -630,7 +630,6 @@ function feed_content_type( $type = '' ) { $types = array( 'rss' => 'application/rss+xml', 'rss2' => 'application/rss+xml', - 'rss-http' => 'text/xml', 'atom' => 'application/atom+xml', 'rdf' => 'application/rdf+xml' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 2d685309aa..a759aaa399 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36229'; +$wp_version = '4.5-alpha-36230'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.