﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
9641	Comments not displaying correctly in theme with custom callback	zamoose	azaozz	"I'm using the Busy Bee theme from WooThemes.  Comment display used to work in WP 2.7.x but is broken under WP 2.8.

The theme itself is only calling this in comments.php:

{{{
wp_list_comments('avatar_size=70&callback=custom_comment');
}}}

The custom_comment function simply calls this out in the header of each comment:


{{{
<li class=""comment wrap"" id=""comment-<?php comment_ID() ?>"">
}}}

However, somewhere between the PHP output and the browser, a declaration of style="""" gets plunked into the li.  Firefox in particular takes this to mean ""negate the display: property"" so the comments simply don't show up.

I ''think'' the problem lies with source:/trunk/wp-includes/js/comment-reply.js but I'm not 100% sure.

In any event, I can't display comments until this gets fixed, which is pretty major, IMNSHO.

"	defect (bug)	closed	high		JavaScript	2.8	major	wontfix		
