You are here

function _filter_video_embed_tips in Video Embed Field 7.2

Implements callback_filter_tips().

Provides help for the URL filter.

See also

filter_filter_info()

1 string reference to '_filter_video_embed_tips'
video_embed_field_filter_info in ./video_embed_field.module
Implements hook_filter_info().

File

./video_embed_field.module, line 370
Provides a simple field for easily embedding videos from youtube or vimeo

Code

function _filter_video_embed_tips($filter, $format, $long = FALSE) {
  return t('Replaces [VIDEO::http://www.youtube.com/watch?v=someVideoID::aVideoStyle] tags with embedded videos.');
}