You are here

function media_oembed_update_7006 in oEmbed 7.0

Same name and namespace in other branches
  1. 7 modules/media_oembed/media_oembed.install \media_oembed_update_7006()

Add a square thumbnail preset.

File

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

Code

function media_oembed_update_7006() {
  return array();
}