Definition:
function get_comment_author_rss() {}
Retrieve the current comment author for use in the feeds.
Return values
returns:Comment Author
Defined filters
- comment_author_rss
apply_filters('comment_author_rss', get_comment_author()
Source code
function get_comment_author_rss() {
return apply_filters('comment_author_rss', get_comment_author() );
}
1300

February 12, 2011 


No comments yet... Be the first to leave a reply!