'commentform', 'class_form' => 'comment-form', 'id_submit' => 'submit', 'title_reply' => esc_html__( 'Leave Your Comment', 'nexter' ), /* translators: 1: Leave a Reply */ 'title_reply_to' => esc_html__( 'Leave a Reply to %s', 'nexter' ), 'cancel_reply_link' => esc_html__( 'Cancel Reply', 'nexter' ), 'label_submit' => esc_html__( 'Submit Now', 'nexter' ), 'comment_field' => '
', 'must_log_in' => '

' . sprintf( /* translators: 1: logged. */ __( 'You must be %1$slogged in%2$s to post a comment.', 'nexter' ), '', '' ) . '

', 'logged_in_as' => '

' . sprintf( /* translators: 1: logged. */ esc_html__( 'Logged in as %1$s%2$s. %3$sLog out?%4$s', 'nexter' ), ''.$user_identity, '', '', '' ) . '

', 'comment_notes_before' => '', 'comment_notes_after' => '', 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '
', 'email' => '
', 'url' => '
' ) ), ); comment_form($args); endif; nxt_comments_after(); ?>