function oembed_entity_update in oEmbed 7.0
File
- ./
oembed.filter.inc, line 373 - Input filter that enhances oEmbed enabled URLs with extra content
Code
function oembed_entity_update($entity, $entity_type) {
oembed_entity_insert($entity, $entity_type);
}