function _filter_url_tips

Implements callback_filter_tips().

Provides help for the URL filter.

See also

filter_filter_info()

Related topics

1 string reference to '_filter_url_tips'
filter_filter_info in drupal/modules/filter/filter.module
Implements hook_filter_info().

File

drupal/modules/filter/filter.module, line 1678
Framework for handling the filtering of content.

Code

function _filter_url_tips($filter, $format, $long = FALSE) {
  return t('Web page addresses and e-mail addresses turn into links automatically.');
}