s/list/ul/ see #7635

git-svn-id: http://svn.automattic.com/wordpress/trunk@8963 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-09-24 04:57:17 +00:00
parent d736c3459f
commit c441d1d00d
1 changed files with 2 additions and 2 deletions

View File

@ -951,7 +951,7 @@ class Walker_Comment extends Walker {
} }
?> ?>
<<?php echo $tag ?> <?php comment_class() ?> id="comment-<?php comment_ID() ?>"> <<?php echo $tag ?> <?php comment_class() ?> id="comment-<?php comment_ID() ?>">
<?php if ( 'list' == $args['style'] ) : ?> <?php if ( 'ul' == $args['style'] ) : ?>
<div id="div-comment-<?php comment_ID() ?>"> <div id="div-comment-<?php comment_ID() ?>">
<?php endif; ?> <?php endif; ?>
<div class="comment-author vcard"> <div class="comment-author vcard">
@ -969,7 +969,7 @@ class Walker_Comment extends Walker {
<div class='reply'> <div class='reply'>
<?php echo comment_reply_link(array('add_below' => $add_below, 'depth' => $depth, 'max_depth' => $args['depth'])) ?> <?php echo comment_reply_link(array('add_below' => $add_below, 'depth' => $depth, 'max_depth' => $args['depth'])) ?>
<?php if ( 'list' == $args['style'] ) : ?> <?php if ( 'ul' == $args['style'] ) : ?>
</div> </div>
<?php endif; ?> <?php endif; ?>
</div> </div>