Versions | |
---|---|
6 | theme_aggregator_item() |
7 – 8 | theme_aggregator_item($variables) |
Implemented using the aggregator-item.tpl.php template.
documentation/
<?php
function theme_aggregator_item($variables) {
// This function is never used; see the corresponding template file instead.
}
?>