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
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mfb’s picture

Status: Active » Needs review
FileSize
2.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.