You are here

function flashnode_filter_tips in Flash Node 6.3

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

Implementation of hook_filter_tips().

File

./flashnode.module, line 800

Code

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