_aggregator_characters
- Versions
- 7
_aggregator_characters($length)
Helper function for teaser length choices.
Code
modules/aggregator/aggregator.processor.inc, line 127
<?php
function _aggregator_characters($length) {
return ($length == 0) ? t('Unlimited') : format_plural($length, '1 character', '@count characters');
}
?>Login or register to post comments 