Download & Extend

Incorrect use of theme_item_list...

Project:NodeReferrer
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:minor
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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 :)

Comments

#1

Need test patch

AttachmentSize
nr_theme.patch 711 bytes

#2

Status:needs review» fixed

Commited to 6-dev

#3

Status:fixed» closed (fixed)

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