comment_author_rss()
Display the current comment author in the feed.
Description
Source
File: wp-includes/feed.php
function comment_author_rss() { echo get_comment_author_rss(); }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |
Display the current comment author in the feed.
File: wp-includes/feed.php
function comment_author_rss() { echo get_comment_author_rss(); }
Version | Description |
---|---|
1.0.0 | Introduced. |