/**
* The template for displaying Comments.
*
* The area of the page that contains both current comments
* and the comment form. The actual display of comments is
* handled by a callback to bravada_comment() which is
* located in the includes/theme-comments.php file.
*
* @package Bravada
*/
if ( post_password_required() ) {
return;
}
?>