You are here

function easychart_wysiwyg_filter_easychart_tips in Easychart 7.3

Tips callback for hook_filter

1 string reference to 'easychart_wysiwyg_filter_easychart_tips'
easychart_wysiwyg_filter_info in modules/easychart_wysiwyg/easychart_wysiwyg.module
Implements hook_filter_info().

File

modules/easychart_wysiwyg/easychart_wysiwyg.module, line 177
Easychart WYSIWYG integration.

Code

function easychart_wysiwyg_filter_easychart_tips($filter, $format, $long) {
  return t('[[chart-nid:123,chart-view-mode:teaser]] - Insert a chart');
}