' . /* translators: 1: title. */ esc_html_e( 'One comment on “%1$s”', 'mekhbahadur' ), '' . get_the_title() . '' ); } else { printf( // WPCS: XSS OK. ' ' . /* translators: 1: comment count number, 2: title. */ esc_html( _nx( '%1$s Comment on “%2$s”', '%1$s Comments on “%2$s”', $comment_count, 'comments title', 'mekhbahadur' ) ), number_format_i18n( $comment_count ), '' . get_the_title() . '' ); } ?>

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

array( 'class' => 'form-horizontal' ), 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '
' . ' ' . ( $req ? '*' : '' ) . ''. '

' . '
', 'email' => '
' .' ' . ( $req ? '*' : '' ) . ''. '

' . '
', 'url' => '
' . '' . '
')), 'comment_field' => '
' . '*' . '

' . '
', 'comment_notes_after' => '', 'class_submit' => 'btn btn-success btn-lg pull-right' ); ?>