| Versionen | |
|---|---|
| drupal6 – drupal7 | _aggregator_items($count) |
Helper function for drupal_map_assoc.
$count Items count.
Plural-formatted "@count items"
modules/
<?php
function _aggregator_items($count) {
return format_plural($count, '1 item', '@count items');
}
?>
Kommentare
Kommentar hinzufügen