' . wp_kses_post( get_the_title() ) . '' ); } else { printf( /* translators: 1: comment count number, 2: title. */ esc_html( _nx( '%1$s comment on “%2$s”', '%1$s comments on “%2$s”', $awal_comment_count, 'comments title', 'awal' ) ), number_format_i18n( $awal_comment_count ), // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped '' . wp_kses_post( get_the_title() ) . '' ); } ?>

'

', 'title_reply_after' => '

', 'title_reply' => __( 'Write a Reply or Comment', 'awal' ), 'comment_notes_before' => '

Your email address will not be published. Required fields are marked *', 'comment_notes_after' => '

', 'label_submit' => __( 'Send', 'awal' ), 'logged_in_as'=> sprintf("

You are commenting as %s.

", wp_get_current_user()->user_login), 'comment_notes_after' => '', // Redefine your own textarea (the comment body). // 'comment_field' => '


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