diff --git a/wp-content/themes/twentyten/functions.php b/wp-content/themes/twentyten/functions.php index 40871a2226..01764f16e0 100644 --- a/wp-content/themes/twentyten/functions.php +++ b/wp-content/themes/twentyten/functions.php @@ -351,8 +351,10 @@ if ( ! function_exists( 'twentyten_comment' ) ) : * @since Twenty Ten 1.0 */ function twentyten_comment( $comment, $args, $depth ) { - $GLOBALS['comment'] = $comment; ?> - comment_type ) : ?> + $GLOBALS['comment'] = $comment; + switch ( $comment->comment_type ) : + case '' : + ?>
  • id="li-comment-">
    @@ -378,10 +380,16 @@ function twentyten_comment( $comment, $args, $depth ) {
    - comment_type, array('pingback', 'trackback')) ) : ?> +
  • -