function _filter_url_tips

_filter_url_tips($filter, $format, $long = FALSE)

Implements callback_filter_tips().

Provides help for the URL filter.

See also

filter_filter_info()

Related topics

File

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.');
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!filter!filter.module/function/_filter_url_tips/7.x