function emfield_update_6004 in Embedded Media Field 6.3
Same name and namespace in other branches
- 6 emfield.install \emfield_update_6004()
- 6.2 emfield.install \emfield_update_6004()
Rebuild themes.
File
- ./
emfield.install, line 83 - This is the emfield.module's install, configuration, and removal file.
Code
function emfield_update_6004() {
drupal_rebuild_theme_registry();
return array();
}