comment_author_rss

函数


comment_author_rss ( No parameters )
定义位置
  • wp-includes/feed.php
    , line 345
引入
1.0.0
弃用

Displays the current comment author in the feed.

function comment_author_rss() {
	echo get_comment_author_rss();
}