Make WordPress Core

Ticket #21685: 21685-comments.diff

File 21685-comments.diff, 824 bytes (added by obenland, 14 years ago)
  • wp-content/themes/twentytwelve/comments.php

     
    1111 * @subpackage Twenty_Twelve
    1212 * @since Twenty Twelve 1.0
    1313 */
    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 */
     20if ( post_password_required() )
     21                return;
    2322?>
    2423<div id="comments" class="comments-area">
    2524