1 filter.module | _filter_url_tips($filter, $format, $long = FALSE) |
Implements callback_filter_tips().
Provides help for the URL filter.
See also
Related topics
File
- core/
modules/ filter/ filter.module, line 2451 - Framework for handling the filtering of content.
Code
function _filter_url_tips($filter, $format, $long = FALSE) {
return t("Web page addresses and email addresses turn into links automatically, unless the parent tag has the 'nolink' class.");
}