If you use WordPress you may have noticed the automatically included closing li or div tag at the end of each comment? Why does WordPress do this?Is this standard behaviour?
I don't see a reason for it as I have to now include an open li or div tag in my callback function.
See the
function for background info:
<a href="http://codex.wordpress.org/Function_Reference/wp_list_comments" rel="nofollow">http://codex.wordpress.org/Function_Reference/wp_list_comments</a>
I don't see a reason for it as I have to now include an open li or div tag in my callback function.
See the
Code:
wp_list_comments()
<a href="http://codex.wordpress.org/Function_Reference/wp_list_comments" rel="nofollow">http://codex.wordpress.org/Function_Reference/wp_list_comments</a>