Incorrect use of theme_item_list...
nicholasThompson - July 22, 2009 - 14:55
| Project: | NodeReferrer |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Description
line 267...
<?php
$out = theme_item_list($themed_items).$pager;
?>Should be
<?php
$out = theme('item_list', $themed_items).$pager;
?>Only minor - but it stops the theme layer doing its job :)

#1
Need test patch
#2
Commited to 6-dev
#3
Automatically closed -- issue fixed for 2 weeks with no activity.