comment_status) { if (empty($post->post_password) || $_COOKIE['wp-postpass_' . COOKIEHASH] == $post->post_password) { $comments = $wp_query->comments; $comment_count = count($comments); $comment_count == 1 ? $comment_title = __('Una Risposta', 'carrington-mobile') : $comment_title = sprintf(__('%d Risposte', 'carrington-mobile'), $comment_count); } ?>