This commit is contained in:
Philip Arthur Moore 2013-11-14 19:49:50 +07:00
parent aa0879e054
commit 6264437ff9
7 changed files with 27 additions and 14 deletions

View file

@ -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;
}
?>
<div id="comments" class="comments-area">