wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



comment_author_rss › WordPress Function

Da1.0.0
Deprecaton/a
comment_author_rss ( Nessun parametro )
Definito a:
Codex:

Displays the current comment author in the feed.



Sorgenti

function comment_author_rss() {
	echo get_comment_author_rss();
}