You are here

function _shurly_filter_tips in ShURLy 7

Implements callback_filter_tips().

1 string reference to '_shurly_filter_tips'
shurly_filter_info in ./shurly.module
Implements hook_filter_info().

File

./shurly.module, line 1223
description http://www.youtube.com/watch?v=Qo7qoonzTCE

Code

function _shurly_filter_tips($filter, $format, $long = FALSE) {
  return t('All links starting with http or https will be replaced.');
}