' . get_the_title() . '' ); } else { printf( // WPCS: XSS OK. /* translators: 1: comment count number */ esc_html( _nx( '%1$s comments', '%1$s comments', $comment_count, 'comments title', 'airi' ) ), number_format_i18n( $comment_count ) ); } ?>

    'ol', 'short_ping' => true, 'avatar_size' => '70', 'callback' => 'airi_comment_template' ) ); ?>

esc_html__( 'Leave A Comment', 'airi' ), 'label_submit' => esc_html__( 'Send message', 'airi' ), 'comment_notes_before' => '', 'class_form' => 'comment-form layout-2', 'comment_notes_after' => '', 'class_submit' => 'btn-main', 'fields' => array( 'author' => '
' . '
', 'email' => '
' . '
', 'url' => '
' . '
', 'comment_field' => '
', ), 'comment_field' => '
', ); if ( ! is_user_logged_in() ) { $args['comment_field'] = ''; } comment_form( $args ); } elseif ( 'layout-3' == $comment_layout ) { $args = array( 'title_reply' => esc_html__( 'Leave A Comment', 'airi' ), 'label_submit' => esc_html__( 'Send message', 'airi' ), 'comment_notes_before' => '', 'class_form' => 'comment-form layout-3', 'comment_notes_after' => '', 'class_submit' => 'btn-main', 'fields' => array( 'author' => '
' . '
', 'email' => '
' . '
', 'url' => '
' . '
', 'comment_field' => '
', ), 'comment_field' => '
', ); if ( ! is_user_logged_in() ) { $args['comment_field'] = ''; } comment_form( $args ); } else { comment_form(); } ?>