function _oembed_preg_parse in oEmbed 8
Same name and namespace in other branches
- 6.0 oembed.inc \_oembed_preg_parse()
- 7 oembed_legacy.inc \_oembed_preg_parse()
- 7.0 oembed_legacy.inc \_oembed_preg_parse()
1 string reference to '_oembed_preg_parse'
- _oembed_filter_apply in ./
oembed_legacy.inc - @file Functions for the oEmbed filter
File
- ./
oembed_legacy.inc, line 41 - Functions for the oEmbed filter
Code
function _oembed_preg_parse($match) {
return _oembed_resolve_link($match[2], $match[1], $match[5]);
}