function _filter_url_tips

7.x filter.module _filter_url_tips($filter, $format, $long = FALSE)

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-7.x/modules/filter/filter.module
Implements hook_filter_info().

File

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