'ol', 'short_ping' => true, 'callback' => 'kalon_comment', 'avatar_size'=> 85, ) ); ?>
1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>

'

', 'email' => '', 'url' => '

', ); $args = array( 'id_form' => 'commentform', 'class_form' => 'comment-form', 'id_submit' => 'submit', 'class_submit' => 'submit', 'name_submit' => 'submit', 'title_reply' => __( 'Leave a Reply', 'kalon' ), 'title_reply_to' => __( 'Leave a Reply to %s', 'kalon' ), 'cancel_reply_link' => __( 'Cancel Reply', 'kalon' ), 'label_submit' => __( 'POST COMMENT', 'kalon' ), 'format' => 'xhtml', 'comment_field' => '

', 'must_log_in' => '', 'logged_in_as' => '

' . sprintf( __( 'Logged in as %2$s. Log out?', 'kalon' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . '

', 'comment_notes_before' => '

' . ( $req ? $required_text : '' ) . '*

', 'comment_notes_after' => '', 'fields' => apply_filters( 'comment_form_default_fields', $fields ), ); comment_form( $args ); ?>