comment_author_rss

函数
comment_author_rss ( No parameters )

comment_author_rss: 此函数生成一个指向特定作者的评论的RSS提要的链接。

显示feed中的当前评论作者。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
function comment_author_rss() {
echo get_comment_author_rss();
}
function comment_author_rss() { echo get_comment_author_rss(); }
function comment_author_rss() {
	echo get_comment_author_rss();
}

常见问题

FAQs
查看更多 >