_aggregator_items

Definition

_aggregator_items($count)
aggregator/aggregator.module, line 1424

Description

Helper function for drupal_map_assoc.

Code

<?php
function _aggregator_items($count) {
  return format_plural($count, '1 item', '@count items');
}
?>