+1
-1
@@ -73,7 +73,7 @@ $stat = Typecho_Widget::widget('Widget_Stat');
|
||||
<?php while($comments->next()): ?>
|
||||
<li>
|
||||
<span><?php $comments->date('n.j'); ?></span>
|
||||
<a href="<?php $comments->permalink(); ?>" class="title"><?php $comments->author(true); ?></a>:
|
||||
<a href="<?php $comments->permalink(); ?>" class="title"><?php $comments->author(false); ?></a>:
|
||||
<?php $comments->excerpt(35, '...'); ?>
|
||||
</li>
|
||||
<?php endwhile; ?>
|
||||
|
||||
Reference in New Issue
Block a user