You are here

function easychart_filter_easychart_tips in Easychart 7

Same name and namespace in other branches
  1. 7.2 easychart.module \easychart_filter_easychart_tips()

Tips callback for hook_filter

1 string reference to 'easychart_filter_easychart_tips'
easychart_filter_info in ./easychart.module
Implements hook_filter_info().

File

./easychart.module, line 563
Easy Chart module file.

Code

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