diff --git a/src/wp-content/themes/twentyfourteen/comments.php b/src/wp-content/themes/twentyfourteen/comments.php index f2036d20a4..9802a2440a 100644 --- a/src/wp-content/themes/twentyfourteen/comments.php +++ b/src/wp-content/themes/twentyfourteen/comments.php @@ -13,8 +13,9 @@ * If the current post is protected by a password and 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; +} ?>