comments_rss_link()

最后更新于:2021-11-25 20:39:28

comments_rss_link( string$link_text=’Comments RSS’)

Print RSS comment feed link.

参数

$link_text

(string) (Optional)

Default value: ‘Comments RSS’

源文件

文件: gc-includes/deprecated.php

function comments_rss_link($link_text = 'Comments RSS') {
	_deprecated_function( __FUNCTION__, '2.5.0', 'post_comments_feed_link()' );
	post_comments_feed_link($link_text);
}