' . $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 ) ); ?>

'

' . __( 'Your email address will not be published.', 'graphene' ) . '

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