--- wp-includes/comment-template.php.ori	2012-07-07 19:36:34.118410200 +0200
+++ wp-includes/comment-template.php	2012-07-07 19:38:41.175677500 +0200
@@ -1331,13 +1331,13 @@
 	function start_el( &$output, $comment, $depth, $args, $id = 0 ) {
 		$depth++;
 		$GLOBALS['comment_depth'] = $depth;
+		$GLOBALS['comment'] = $comment;
 
 		if ( !empty($args['callback']) ) {
 			call_user_func($args['callback'], $comment, $args, $depth);
 			return;
 		}
 
-		$GLOBALS['comment'] = $comment;
 		extract($args, EXTR_SKIP);
 
 		if ( 'div' == $args['style'] ) {
