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

File

modules/filter/filter.module, line 1680

Code

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

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