mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-07 09:49:04 +00:00
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:
@@ -743,7 +743,7 @@ class WP_Rewrite {
|
||||
* @access private
|
||||
* @var array
|
||||
*/
|
||||
var $feeds = array( 'feed', 'rdf', 'rss', 'rss2', 'atom', 'rssjs' );
|
||||
var $feeds = array( 'feed', 'rdf', 'rss', 'rss2', 'atom' );
|
||||
|
||||
/**
|
||||
* Whether permalinks are being used.
|
||||
|
||||
Reference in New Issue
Block a user