comment_status) { if (empty($post->post_password) || $_COOKIE['wp-postpass_' . COOKIEHASH] == $post->post_password) { $comments = $wp_query->comments; $comment_count = count($comments); switch ($comment_count) { case 0: $comment_title = __('No Responses (yet)', 'carrington-text'); break; case 1: $comment_title = __('One Response', 'carrington-text'); break; default: $comment_title = sprintf(__('%d Responses', 'carrington-text'), $comment_count); break; } } ?>