post_password)) { // if there's a password
if ($_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) { // and it doesn't match the cookie
?>
This post is password protected. Enter the password to view comments.
if ($comments) : ?>
Comments
foreach ($comments as $comment) : ?>
id="comment-">
–
in
comment_approved == '0') : ?>
Your comment is awaiting moderation.
/* Changes every other comment to a different class */
$oddcomment = ( empty( $oddcomment ) ) ? 'class="alt" ' : '';
?>
endforeach; /* end for each comment */ ?>