comment_author_rss()
Display the current comment author in the feed.
Description Description
Source Source
File: wp-includes/feed.php
function comment_author_rss() {
echo get_comment_author_rss();
}
Expand full source code Collapse full source code View on Trac
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |