wpseek.com
WordPress开发者和主题制作者的搜索引擎



comment_author_rss › WordPress Function

Since1.0.0
已弃用n/a
comment_author_rss ( 没有参数 )
定义在:
文档:

Displays the current comment author in the feed.



源码

function comment_author_rss() {
	echo get_comment_author_rss();
}