function googtube_filter_tips in Googtube 5
Same name and namespace in other branches
- 6.2 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 google video links are automatically converted into embedded videos.');
}