post_password)) { // if there's a password if($_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) { // and it doesn't match the cookie echo '
' . __('This post is password protected. Enter the password to view comments.','tarski') . '
' . "\n"; return; } } if($comments || comments_open()) { ?>
(.*?)@", $comment->comment_content, $matches); if($matches[1]) { ?> " . $matches[1] . ""; ?> "; comment_author(); echo ""; ?>
(', ')'); ?>