function _aggregator_items in Drupal 4
Same name and namespace in other branches
- 5 modules/aggregator/aggregator.module \_aggregator_items()
- 6 modules/aggregator/aggregator.module \_aggregator_items()
- 7 modules/aggregator/aggregator.module \_aggregator_items()
Helper function for drupal_map_assoc.
1 string reference to '_aggregator_items'
- aggregator_settings in modules/
aggregator.module - Implementation of hook_settings().
File
- modules/
aggregator.module, line 1398 - Used to aggregate syndicated content (RSS, RDF, and Atom).
Code
function _aggregator_items($count) {
return format_plural($count, '1 item', '%count items');
}