function media_oembed_update_7006 in oEmbed 7
Same name and namespace in other branches
- 7.0 deprecated/media_oembed/media_oembed.install \media_oembed_update_7006()
Add a square thumbnail preset.
File
- modules/
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();
}