diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php index c09fed6801..cf199c0f61 100644 --- a/wp-includes/comment-template.php +++ b/wp-includes/comment-template.php @@ -943,7 +943,7 @@ class Walker_Comment extends Walker {
- 'div-comment', 'depth' => $args['depth'], 'max_depth' => $depth)) ?> + 'div-comment', 'depth' => $depth, 'max_depth' => $args['depth'])) ?>