From 84ea1b51dce8f697a49109b33d2b3b2502780288 Mon Sep 17 00:00:00 2001 From: Joel Kuzmarski Date: Sat, 6 Jul 2013 07:18:32 -0500 Subject: [PATCH] fixes #799 --- lib/comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;