if ( ! function_exists( 'kleo_custom_comments' ) ) { /** * Display customized comments * * @param object $comment * @param array $args * @param integer $depth */ function kleo_custom_comments( $comment, $args, $depth ) { $GLOBALS['comment'] = $comment; $GLOBALS['comment_depth'] = $depth; ?>