You are here

function lightbox2_filter_tips in Lightbox2 5

Same name and namespace in other branches
  1. 5.2 lightbox2.module \lightbox2_filter_tips()
  2. 6 lightbox2.module \lightbox2_filter_tips()

Implementation of hook_filter().

File

./lightbox2.module, line 177

Code

function lightbox2_filter_tips($delta, $format, $long = false) {
  return t('Image links from G2 are formatted for use with Lightbox.V2');
}