function media_update_7227 in D7 Media 7.3
Same name and namespace in other branches
- 7.4 media.install \media_update_7227()
- 7.2 media.install \media_update_7227()
Make sure that the image style square_thumbnail is created.
File
- ./
media.install, line 1232 - Install, update and uninstall functions for the Media module.
Code
function media_update_7227() {
media_update_7211();
}