'ol', 'short_ping' => true, 'avatar_size' => 95, 'walker' => new aleantaCommentWalker() ) ); ?>
1 && get_option( 'page_comments' ) ) : ?>

*' ); $fields = array( 'author' => '

', 'email' => '
', 'url' => '

', ); $comments_args = array( 'must_log_in' => '
', 'logged_in_as' => '

' . sprintf( wp_kses_post(__( 'Logged in as %2$s. Log out?', 'aleanta' ) ), get_edit_user_link(), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( get_the_ID() ) ) ) ) . '

', 'comment_notes_before' => '

' . wp_kses_post(__( 'Your email address will not be published.', 'aleanta' ) ) . ''. ( $req ? $required_text : '' ) . '

', 'class_form' => 'comment-form row', 'fields' => apply_filters( 'comment_form_default_fields', $fields ), 'comment_field' => '

', 'submit_field' => '

%1$s %2$s

', 'title_reply' => ''. wp_kses_post(__( 'Leave a Reply', 'aleanta' )).'', ); comment_form($comments_args); ?>