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