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:
parent
d736c3459f
commit
c441d1d00d
|
@ -951,7 +951,7 @@ class Walker_Comment extends Walker {
|
|||
}
|
||||
?>
|
||||
<<?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() ?>">
|
||||
<?php endif; ?>
|
||||
<div class="comment-author vcard">
|
||||
|
@ -969,7 +969,7 @@ class Walker_Comment extends Walker {
|
|||
|
||||
<div class='reply'>
|
||||
<?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>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue