You appear to be a bot. Output may be restricted
Description
Print RSS comment feed link.
Usage
comments_rss_link( $link_text );
Parameters
- $link_text
- ( string ) optional default: Comments RSS –
Returns
void
Source
File name: wordpress/wp-includes/deprecated.php
Lines:
1 to 4 of 4
function comments_rss_link($link_text = 'Comments RSS') { _deprecated_function( comments_rss_link, '2.5.0', 'post_comments_feed_link()' ); post_comments_feed_link($link_text); }