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
This commit is contained in:
parent
75cc6be57a
commit
5b2c1a52cc
@ -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'
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user