[wp-trac] [WordPress Trac] #11682: wp_list_comments with callback argument add plethora HTML tag
WordPress Trac
wp-trac at lists.automattic.com
Fri Jan 1 10:19:51 UTC 2010
#11682: wp_list_comments with callback argument add plethora HTML tag
--------------------------+-------------------------------------------------
Reporter: pavolzetor | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Unassigned
Component: Comments | Version: 2.9
Severity: normal | Keywords:
--------------------------+-------------------------------------------------
wp_list_comments(array('style' => 'div', 'avatar_size' => 68, 'callback'
=> 'mytheme_comments'));
function mytheme_comments()
{
}
layout (after each comment is WTF tag):
<div class="commentlist">
</div><!-- WTF??? -->
</div>
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11682>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list