diff --git a/comments.php b/comments.php index fb0195f..786f9e6 100644 --- a/comments.php +++ b/comments.php @@ -15,8 +15,9 @@ * the visitor has not yet entered the password we will * return early without loading the comments. */ -if ( post_password_required() ) +if ( post_password_required() ) { return; +} ?>