Definition:
function comments_rss() {}
Return link to the post RSS feed.
Source code
function comments_rss() {
_deprecated_function( __FUNCTION__, '2.2', 'get_post_comments_feed_link()' );
return get_post_comments_feed_link();
}
655

February 11, 2011 


No comments yet... Be the first to leave a reply!