_filter_url_tips

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

Filter tips callback for URL filter.

Code

modules/filter/filter.module, line 1122

<?php
function _filter_url_tips($filter, $format, $long = FALSE) {
  return t('Web page addresses and e-mail addresses turn into links automatically.');
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.