'
',*/
/* 'after_widget' => '',*/
'before_title' => '',
'after_title' => '
',
));
?>
comment_status && 'closed' == $post->ping_status ) {
echo '' . $none . '';
return;
}
if ( !empty($post->post_password) ) { // if there's a password
if ( !isset($_COOKIE['wp-postpass_' . COOKIEHASH]) || $_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password ) { // and it doesn't match the cookie
echo __('Enter your password to view comments');
return;
}
}
if ($number > 0) $css_class = 'hascomments2';
else $css_class = 'nocomments2';
echo '';
comments_number( $zero, $one, $more, $number );
echo '';
}
?>
'',*/
/* 'after_widget' => '',*/
'before_title' => '',
'after_title' => '
',
));
?>