s/list/ul/ see #7635

git-svn-id: https://develop.svn.wordpress.org/trunk@8963 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-09-24 04:57:17 +00:00
parent 37fad7545b
commit c724813461

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>