You are here

function media_oembed_update_7004 in oEmbed 7

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

Rebuild themes.

File

modules/media_oembed/media_oembed.install, line 40
Install, update and uninstall functions for the Media: oEmbed module.

Code

function media_oembed_update_7004() {
  drupal_theme_rebuild();
  return array();
}