Definition:
function comment_author_rss() {}
Display the current comment author in the feed.
Source code
function comment_author_rss() {
echo get_comment_author_rss();
}
671
Definition:
function comment_author_rss() {}
function comment_author_rss() {
echo get_comment_author_rss();
}
671
No comments yet... Be the first to leave a reply!