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
Definition:
function comments_rss() {}
function comments_rss() { _deprecated_function( __FUNCTION__, '2.2', 'get_post_comments_feed_link()' ); return get_post_comments_feed_link(); }
655
No comments yet... Be the first to leave a reply!