You are here

function _googtube_tips in Googtube 7.2

Same name and namespace in other branches
  1. 7 googtube.module \_googtube_tips()
1 string reference to '_googtube_tips'
googtube_filter_info in ./googtube.module
Implement hook_filter_info().

File

./googtube.module, line 128

Code

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