function theme_oembed__video in oEmbed 7.0
Same name and namespace in other branches
- 7 theme/oembed.theme.inc \theme_oembed__video()
Theme for video oEmbed output.
File
- theme/
oembed.theme.inc, line 54 - Theme related functions for oEmbed Core
Code
function theme_oembed__video($vars) {
$embed = $vars['embed'];
return $embed['html'];
}