1 && get_option( 'page_comments' ) ) : /* are there comments to navigate through*/ ?>

'comment', 'callback' => 'bitwallet_custom_comments' ) ); ?>
'pingback' ) ); ?>
1 && get_option( 'page_comments' ) ) : /* are there comments to navigate through*/ ?>

'commentform', 'id_submit' => 'submit', 'title_reply' => esc_html__( 'Leave a comment', 'bitwallet' ), 'title_reply_to' => esc_html__( 'Leave a reply to %s', 'bitwallet' ), 'cancel_reply_link' => esc_html__( 'Cancel reply', 'bitwallet' ), 'label_submit' => esc_html__( 'Add comment', 'bitwallet' ), 'comment_field' => '

', 'must_log_in' => '

' . sprintf( esc_html__( 'You must be ','bitwallet') . ''.esc_html__('logged in','bitwallet').'' . esc_html__('to post a comment.', 'bitwallet' ), wp_login_url( apply_filters( 'the_permalink', get_permalink() ) ) ) . '

', 'logged_in_as' => '

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

', 'comment_notes_before' => '

', 'comment_field' => '
' . '

' . '

', 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '
' . '

' . '

', 'email' => '

' . '

', 'url' => '

' . '

' ) ), ); comment_form($args); ?>