_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
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.