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

    'ol', 'short_ping' => true, ) ); ?>

apply_filters( 'comment_form_default_fields', array( 'author' =>'

' . ''. ' ' . ( $req ? '*' : '' ) . '

' , 'email' => '

' . '' . ' ' . ( $req ? '*' : '' ) . '

', 'url' => '

' . ' ' . '' . '

' ) ), 'comment_field' => '

' . '' . '

', 'comment_notes_after' => '', 'title_reply' => '
Enter Your Comments :
' ); comment_form($args); ?>