comment_author_rss()

Displays the current comment author in the feed.


Source

File: wp-includes/feed.php. View all references

function comment_author_rss() {
	echo get_comment_author_rss();
}


Top ↑

Changelog

Changelog
Version Description
1.0.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.