wpseek.com
A WordPress-centric search engine for devs and theme authors



comment_author_rss › WordPress Function

Since1.0.0
Deprecatedn/a
comment_author_rss ( No parameters )
Defined at:
Codex:

Displays the current comment author in the feed.



Source

function comment_author_rss() {
	echo get_comment_author_rss();
}