' . wp_kses_data(get_the_title()) . '' ); } else { printf( /* translators: 1: number of comments, 2: post title */ esc_html(_nx( '%1$s thought on “%2$s”', '%1$s thoughts on “%2$s”', $comments_number, 'comments title', 'toocheke' )), wp_kses_data(number_format_i18n($comments_number)), '' . wp_kses_data(get_the_title()) . '' ); } ?>

1 && get_option('page_comments')): // are there comments to navigate through. ?>
    'ol', 'max_depth' => 4, 'short_ping' => true, 'avatar_size' => '50', 'walker' => new Bootstrap_Comment_Walker(), )); ?>
1 && get_option('page_comments')): // are there comments to navigate through. ?>

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

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

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

' . '
', 'comment_notes_after' => '', 'class_submit' => 'btn btn-success btn-xs', );?>