function flash_filter_tips in Flash Node 5
Implementation of hook_filter_tips().
File
- ./
flash.module, line 791
Code
function flash_filter_tips($delta, $format, $long = false) {
return t('Flash can be added to this post.');
}
Implementation of hook_filter_tips().
function flash_filter_tips($delta, $format, $long = false) {
return t('Flash can be added to this post.');
}