You are here

function shurly_filter_tips in ShURLy 6

Implements hook_filter_tips().

File

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

Code

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