This commit is contained in:
Joel Kuzmarski
2013-07-06 07:18:32 -05:00
parent 428141ce73
commit 84ea1b51dc

View File

@@ -16,7 +16,7 @@ class Roots_Walker_Comment extends Walker_Comment {
echo '</ul>';
}
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;