', __( 'This post is password protected. Enter the password to view comments.', 'bizznis' ) );
return;
}
//* Output semantically correct header if accessibility is supported
if ( bizznis_a11y( 'headings' ) ) {
printf( '
%s
', __( 'Reader Interactions', 'bizznis' ) );
}
//* This hook handles all comments code
do_action( 'bizznis_comments' );