diff --git a/lib/comments.php b/lib/comments.php index edc272e..1ab88bd 100644 --- a/lib/comments.php +++ b/lib/comments.php @@ -16,7 +16,7 @@ class Roots_Walker_Comment extends Walker_Comment { echo ''; } - function start_el(&$output, $comment, $depth, $args, $id = 0) { + function start_el(&$output, $comment, $depth = 0, $args = array(), $id = 0) { $depth++; $GLOBALS['comment_depth'] = $depth; $GLOBALS['comment'] = $comment;