function _node_characters

Helper function for teaser length choices.

File

modules/node/content_types.inc, line 247

Code

function _node_characters($length) {
    return $length == 0 ? t('Unlimited') : format_plural($length, '1 character', '@count characters');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.