Changeset 21621
- Timestamp:
- 08/25/2012 05:41:32 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentytwelve/comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/comments.php
r21404 r21621 12 12 * @since Twenty Twelve 1.0 13 13 */ 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; 14 22 ?> 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; 23 ?> 23 24 24 <div id="comments" class="comments-area"> 25 25
Note: See TracChangeset
for help on using the changeset viewer.