Closed (won't fix)
Project:
Similar Entries
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Jul 2009 at 06:53 UTC
Updated:
12 Aug 2011 at 05:13 UTC
function theme_similar_content($node) returns theme('item_list', $items). but as a developer i want to use those $items before they are themed. So it should be separated into 2 functions. The first receives the $node object (maybe more than 1 node, but that's for another task) and returns $items array. And the second function receives $items array and returns the themed list from the items.
It's a pretty easy task, yet crucial.
Comments
Comment #1
jordojuice commentedNo further development is going into earlier versions of the module. Thr newest versions are fully integrated with views and therefore no longer have this concern.