theme_aggregator_summary_item

  1. drupal
    1. 4.7 aggregator.module
    2. 5 aggregator.module
    3. 6
    4. 7
Versions
4.7 – 5 theme_aggregator_summary_item($item)
6 theme_aggregator_summary_item()
7 theme_aggregator_summary_item($variables)

Implemented using the aggregator-summary-item.tpl.php template.

See also

aggregator-summary-item.tpl.php

Code

developer/theme.php, line 46

<?php
function theme_aggregator_summary_item($variables) {
  // This function is never used; see the corresponding template file instead.
}
?>