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