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

Built from https://develop.svn.wordpress.org/trunk@26644


git-svn-id: http://core.svn.wordpress.org/trunk@26534 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dion Hulse
2013-12-04 22:24:10 +00:00
parent 05200ae863
commit 7f1047ece1
8 changed files with 4 additions and 257 deletions

View File

@@ -1082,21 +1082,6 @@ function do_feed_atom( $for_comments ) {
load_template( ABSPATH . WPINC . '/feed-atom.php' );
}
/**
* Load either rssjs comment feed or rssjs posts feed.
*
* @since 3.8.0
*
* @param bool $for_comments True for the comment feed, false for normal feed.
*/
function do_feed_rssjs( $for_comments ) {
if ( $for_comments ) {
load_template( ABSPATH . WPINC . '/feed-rssjs-comments.php' );
} else {
load_template( ABSPATH . WPINC . '/feed-rssjs.php' );
}
}
/**
* Display the robots.txt file content.
*