You are here

function _googtube_tips in Googtube 7

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

File

./googtube.module, line 33

Code

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