esc_html__( 'LEAVE A COMMENT', 'artistas' ), 'title_reply_before' => '
', 'title_reply_after' => '
', 'comment_field' => '
', 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '
', 'email' => '
', 'url' => '
', ) ), 'comment_notes_after' => '', 'comment_notes_before' => '', 'logged_in_as' => '
' . sprintf( wp_kses( __( 'Logged in as %2$s. Log out?', 'artistas' ), array( 'a' => array( 'href' => array(), 'title' => array() ), 'strong' => array() ) ), esc_url( $edit_link ), $user_identity, esc_url( $logout_link ) ) . '
', 'label_submit' => esc_html__( 'SEND', 'artistas' ), 'class_submit' => 'contact-item form-submit' ); comment_form( $comment_args, $post_id ); } ?>