You are here

function oembedcore_update_7003 in oEmbed 7

Same name and namespace in other branches
  1. 7.0 deprecated/oembedcore.install \oembedcore_update_7003()

Enable oEmbed module which replaces oEmbed Core, oEmbed Field and Media oEmbed.

File

modules/oembedcore/oembedcore.install, line 45
Install file for the oembed core

Code

function oembedcore_update_7003() {
  if (!module_exists('oembed')) {
    module_enable(array(
      'oembed',
    ));
  }
}