function _gotwo_link_tips in Go - url redirects 7
Filter tips callback for GO filter.
1 string reference to '_gotwo_link_tips'
- gotwo_filter_info in ./
gotwo.module - Implements hook_filter_info().
File
- ./
gotwo.module, line 290 - Module that provides easy to use redirection links. A redirection link would be like: http://examples.org/go/a_label http://examples.org/go/123546 http://examples.org/go/or/like/this
Code
function _gotwo_link_tips($filter, $format, $long = FALSE) {
return t('You can use the <go> tags just like the <a> for nicer urls.');
}