Definition:
function the_comment() {}
Iterate comment index in the comment loop.
Defined actions
- comment_loop_start
do_action('comment_loop_start');
Source code
function the_comment() {
global $comment;
$comment = $this->next_comment();
if ( $this->current_comment == 0 ) {
do_action('comment_loop_start');
}
}
2993

February 12, 2011 


No comments yet... Be the first to leave a reply!