1 && get_option('page_comments')) { // are there comments to navigate through ?>
displayComments() to format the comments.
* If you want to override this in a child theme, then you can
* define displayComments() method and Bsb4Design class and that will be used instead.
* See displayComments() in inc/classes/Bsb4Design.php for more.
*/
wp_list_comments(array('avatar_size' => '64', 'callback' => array($Bsb4Design, 'displayComments')));
?>
1 && get_option('page_comments')) { // are there comments to navigate through ?>
' .
/* translators: %s: Comment allowed HTML tags. */
sprintf(__('You may use these HTML tags and attributes: %s', 'bootstrap-basic4'), $comment_allowed_tags) .
'