theme_node_list($items, $title = NULL)
Format a listing of links to nodes.
modules/node.module, line 84
<?php function theme_node_list($items, $title = NULL) { return theme('item_list', $items, $title); } ?>