WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/comment text rss

Description

Display the current comment content for use in the feeds.

Usage

<?php comment_text_rss() ?>

Parameters

None.

Return Values

(void) 
This function does not return a value.

Examples

Notes

Change Log

Since: 1.0.0

Source File

comment_text_rss() is located in wp-includes/feed.php.

Related

Comments Functions

See also index of Function Reference and index of Template Tags.