You are here

function flashnode_filter_tips in Flash Node 5.2

Same name and namespace in other branches
  1. 5.6 flashnode.module \flashnode_filter_tips()
  2. 5.3 flashnode.module \flashnode_filter_tips()
  3. 6.3 flashnode.module \flashnode_filter_tips()
  4. 6.2 flashnode.module \flashnode_filter_tips()

Implementation of hook_filter_tips().

File

./flashnode.module, line 771

Code

function flashnode_filter_tips($delta, $format, $long = false) {
  return t('Flash node macros can be added to this post.');
}