_aggregator_items
modules/aggregator/aggregator.module, строка 1424
- Версии
- 5 – 6
_aggregator_items($count)
Helper function for drupal_map_assoc.
Код
<?php
function _aggregator_items($count) {
return format_plural($count, '1 item', '@count items');
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии