]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/default/comments.php
Wordpress 2.0.4
[autoinstalls/wordpress.git] / wp-content / themes / default / comments.php
index dff40d823f6ba5f99d1287d8bba6f6d152e0fe67..ecf0b34959d5ea0bb7a282c17ff37d09e592c2fc 100644 (file)
@@ -5,9 +5,9 @@
         if (!empty($post->post_password)) { // if there's a password
             if ($_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) {  // and it doesn't match the cookie
                                ?>
-                               
+
                                <p class="nocomments">This post is password protected. Enter the password to view comments.<p>
-                               
+
                                <?php
                                return;
             }
@@ -39,7 +39,7 @@
 
                </li>
 
-       <?php /* Changes every other comment to a different class */    
+       <?php /* Changes every other comment to a different class */
                if ('alt' == $oddcomment) $oddcomment = '';
                else $oddcomment = 'alt';
        ?>
 
   <?php if ('open' == $post->comment_status) : ?> 
                <!-- If comments are open, but there are no comments. -->
-               
+
         <?php else : // comments are closed ?>
                <!-- If comments are closed. -->
                <p class="nocomments">Comments are closed.</p>
-               
+
        <?php endif; ?>
 <?php endif; ?>