function _filter_url_tips

Filter tips callback: 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/core/modules/filter/filter.module
Implements hook_filter_info().

File

drupal/core/modules/filter/filter.module, line 1754
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.');
}