You are here

function domain_url_filter_tips in Domain Access 7.3

Implements hook_filter_FILTER_tips() magic callback.

1 string reference to 'domain_url_filter_tips'
domain_filter_info in ./domain.module
Implements hook_filter_info().

File

./domain.module, line 4209
Core module functions for the Domain Access suite.

Code

function domain_url_filter_tips($filter, $format, $long) {
  return t('Enter a relative URL in the format <em>[canonical-url:path/to/item]</em> to make the URL point to the canonical path.');
}