> '; } 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; } extract($args, EXTR_SKIP); ?>
  • >

    comment_approved == '0') : ?>
    $depth, 'max_depth' => $args['max_depth']))); ?> \n"; } }