Merge pull request #929 from teknologi/fix-unstyled-list
fixed deprecated class name for unstyled lists
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
class Roots_Walker_Comment extends Walker_Comment {
|
class Roots_Walker_Comment extends Walker_Comment {
|
||||||
function start_lvl(&$output, $depth = 0, $args = array()) {
|
function start_lvl(&$output, $depth = 0, $args = array()) {
|
||||||
$GLOBALS['comment_depth'] = $depth + 1; ?>
|
$GLOBALS['comment_depth'] = $depth + 1; ?>
|
||||||
<ul <?php comment_class('media unstyled comment-' . get_comment_ID()); ?>>
|
<ul <?php comment_class('media list-unstyled comment-' . get_comment_ID()); ?>>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user