'. __("Delete" ,'techozoic').' '; echo '| '.__("Spam" ,'techozoic').''; } } if ( function_exists('wp_list_comments')) { // WP 2.7+ Function add_filter('get_comments_number', 'comment_count', 0); function comment_count( $count ) { global $id; $get_comments= get_comments('post_id=' . $id); $comments_by_type = &separate_comments($get_comments); return count($comments_by_type['comment']); } function techozoic_comment($comment, $args, $depth) { $GLOBALS['comment'] = $comment; global $post; ?>
  • id="li-comment-">
    '.get_comment_author_link().''); ?>: comment_approved == '0') { ?>
    $depth, 'max_depth' => $args['max_depth'])); ?>
  • id="comment-">
  • comment_type == 'trackback' || $comment->comment_type == 'pingback' ) { $tech_trackbacks[] = $comment; } else { $tech_comments[] = $comment; } } } // End function split_comments } //End if fuction_exists(wp_list_comments) function techozoic_gravatar() { if (function_exists('get_avatar')) { echo '
    '; global $comment; if (! empty($comment->comment_author_url) ){ // Did they leave a link ?>