'.$comment_count.'';} else {echo $comment_count;}?>

'.$ping_count.'';} else {echo $ping_count;}?>

3 ) || ! $is_paginated ) && ( $comments_num > 3 || $pings_num > 6 ) ) : ?>

    'graphene_comment', 'style' => 'ol', 'type' => 'comment' ); wp_list_comments( apply_filters( 'graphene_comments_list_args', $args ) ); ?>
    'graphene_comment', 'style' => 'ol', 'type' => 'pings', 'per_page' => 0 ); wp_list_comments( apply_filters( 'graphene_pings_list_args', $args ) ); ?>

'; $allowedtags .= sprintf( __( 'You may use these HTML tags and attributes: %s', 'graphene' ), '' . allowed_tags() . '' ); $allowedtags .= '

'; } $args = array( 'comment_notes_after' => apply_filters( 'graphene_comment_allowedtags', $allowedtags ), 'id_form' => 'commentform', 'label_submit' => __( 'Submit Comment', 'graphene' ), ); comment_form( apply_filters( 'graphene_comment_form_args', $args ) ); do_action( 'graphene_after_commentform' ); ?>