Ticket #21685: 21685-comments.diff
| File 21685-comments.diff, 824 bytes (added by , 14 years ago) |
|---|
-
wp-content/themes/twentytwelve/comments.php
11 11 * @subpackage Twenty_Twelve 12 12 * @since Twenty Twelve 1.0 13 13 */ 14 ?> 15 <?php 16 /* 17 * If the current post is protected by a password and 18 * the visitor has not yet entered the password we will 19 * return early without loading the comments. 20 */ 21 if ( post_password_required() ) 22 return; 14 15 /* 16 * If the current post is protected by a password and 17 * the visitor has not yet entered the password we will 18 * return early without loading the comments. 19 */ 20 if ( post_password_required() ) 21 return; 23 22 ?> 24 23 <div id="comments" class="comments-area"> 25 24