as of #572618: All theme functions should take a single argument to make preprocess sane and meaningful, theme_item_list() takes a single argument, but this function still calls itself with the old arguments: $data .= theme_item_list($children, NULL, $type, $attributes); // Render nested list

CommentFileSizeAuthor
#1 item_list.patch2.16 KBmfb

Comments

mfb’s picture

Status: Active » Needs review
StatusFileSize
new2.16 KB
damien tournoud’s picture

Status: Needs review » Reviewed & tested by the community

This new test pass locally. The fix is good, let's get this in.

dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.