the_comment()
Iterate comment index in the comment loop.
Source
File: wp-includes/query.php
function the_comment() {
global $wp_query;
return $wp_query->the_comment();
}
Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |
Iterate comment index in the comment loop.
File: wp-includes/query.php
function the_comment() {
global $wp_query;
return $wp_query->the_comment();
}
Version | Description |
---|---|
2.2.0 | Introduced. |