You are here

function img_assist_filter_tips in Image Assist 5.3

Same name and namespace in other branches
  1. 5 img_assist.module \img_assist_filter_tips()
  2. 5.2 img_assist.module \img_assist_filter_tips()
  3. 6.2 img_assist.module \img_assist_filter_tips()
  4. 6 img_assist.module \img_assist_filter_tips()

Implementation of hook_filter_tips().

File

./img_assist.module, line 488
Image Assist module

Code

function img_assist_filter_tips($delta, $format, $long = FALSE) {
  return t('Images can be added to this post.');
}