"image",
"link",
"audio",
"video",
"quote"
);
$tumblog_items = array( 'text' => get_option('woo_articles_term_id'),
'image' => get_option('woo_images_term_id'),
'audio' => get_option('woo_audio_term_id'),
'video' => get_option('woo_video_term_id'),
'quote' => get_option('woo_quotes_term_id'),
'link' => get_option('woo_links_term_id')
);
$category_id = $tumblog_items[$class];
$term = &get_term($category_id, 'tumblog');
// Get the URL of Articles Tumblog Taxonomy
$href = $category_link = get_term_link( $term, 'tumblog' );
echo $href;
echo '">';
//echo '
%2$s
%3$s';
echo '
';
the_time('j');
echo '
';
the_time('M');
echo '
ob_start();
echo get_stylesheet_directory_uri();
$u=ob_get_clean();
$s = get_avatar( $comment, $av_size, $u.'/images/def_ava'.($av_size==40 ? '_min' : '').'.jpg' );
$s = str_replace("1.gra", "gra", $s);
$s = str_replace("0.gra", "gra", $s);
echo $s;
?>
$depth, 'max_depth' => $args['max_depth'] ) ) ); ?>
comment_approved == '0' ) : ?>
%s', get_comment_author_link() ) ); ?>
/* translators: 1: date, 2: time */
printf( __( '%1$s at %2$s', 'sakura' ), get_comment_date(), get_comment_time() ); ?> ?>