You are here

function googtube_filter_tips in Googtube 6

Same name and namespace in other branches
  1. 5 googtube.module \googtube_filter_tips()
  2. 6.2 googtube.module \googtube_filter_tips()

File

./googtube.module, line 22

Code

function googtube_filter_tips($delta, $format, $long = false) {
  return t('Youtube and Vimeo video links are automatically converted into embedded videos.');
}