Remove the experimental RSS.JS feed, and move it to a plugin for feature development. Unprops pento. See #25639

git-svn-id: https://develop.svn.wordpress.org/trunk@26644 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse
2013-12-04 22:23:02 +00:00
parent 51c975e409
commit 22738bc3d5
8 changed files with 4 additions and 257 deletions

View File

@@ -507,8 +507,7 @@ function feed_content_type( $type = '' ) {
'rss2' => 'application/rss+xml',
'rss-http' => 'text/xml',
'atom' => 'application/atom+xml',
'rdf' => 'application/rdf+xml',
'rssjs' => 'application/json',
'rdf' => 'application/rdf+xml'
);
$content_type = ( !empty($types[$type]) ) ? $types[$type] : 'application/octet-stream';