comment_author_rss()

最后更新于:2021-11-25 20:57:50

comment_author_rss()

Display the current comment author in the feed.

源文件

文件: gc-includes/feed.php

function comment_author_rss() {
	echo get_comment_author_rss();
}