From 5b2c1a52cc65d88eb9aeb647235c3e6027b5a79f Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sat, 9 Jan 2016 01:19:31 +0000 Subject: [PATCH] Feeds: Remove the `rss-http` feed type, unused since r32468. See #15110 git-svn-id: https://develop.svn.wordpress.org/trunk@36230 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/feed.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-includes/feed.php b/src/wp-includes/feed.php index 4842c6e1a2..3a77e1416f 100644 --- a/src/wp-includes/feed.php +++ b/src/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' );