You are here

function media_oembed_update_7005 in oEmbed 7

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

Add a large video preset and medium thumbnail.

File

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

Code

function media_oembed_update_7005() {
  return array();
}