function file_entity_update_7204 in File Entity (fieldable files) 7.2
Same name and namespace in other branches
- 7.3 file_entity.install \file_entity_update_7204()
Add title and alt text to image file types.
File
- ./
file_entity.install, line 556 - Install, update and uninstall functions for the file_entity module.
Code
function file_entity_update_7204() {
_file_entity_create_alt_title_fields();
}