' . get_the_title() . '' ); } unset($comments_number); ?>

1 && get_option('page_comments')) { // are there comments to navigate through ?>

1 && get_option('page_comments')) { // are there comments to navigate through ?>

'; if ($comment_allowedtags_array[0] != $item) { $formatted_comment_allowedtags .= '<'; } $formatted_comment_allowedtags .= $item; if (end($comment_allowedtags_array) != $item) { $formatted_comment_allowedtags .= '>'; } $formatted_comment_allowedtags .= ' '; } $comment_allowed_tags = $formatted_comment_allowedtags; unset($comment_allowedtags, $comment_allowedtags_array, $formatted_comment_allowedtags); comment_form( array( 'class_submit' => 'btn btn-primary', 'fields' => array( 'author' => '
' . ' ' . '
' . '' . '
' . '
', 'email' => '
' . ' ' . '
' . '' . '
' . '
', 'url' => '
' . ' ' . '
' . '' . '
' . '
', ), 'comment_field' => '
' . ' ' . '
' . '' . '
' . '
', 'comment_notes_after' => '

' . /* translators: %s: Comment allowed HTML tags. */ sprintf(__('You may use these HTML tags and attributes: %s', 'bootstrap-basic4'), $comment_allowed_tags) . '

' ) ); unset($comment_allowed_tags); ?>