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

jordojuice’s picture

Status: Active » Closed (won't fix)

No 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.