_aggregator_items($count)aggregator/aggregator.module, line 1424
Helper function for drupal_map_assoc.
<?php function _aggregator_items($count) { return format_plural($count, '1 item', '@count items'); } ?>