function googtube_filter_tips in Googtube 6.2
Same name and namespace in other branches
- 5 googtube.module \googtube_filter_tips()
- 6 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.');
}