function entity_embed_update_7301 in Entity Embed 7.3
Merge CKEditor button label and entity label.
File
- ./
entity_embed.install, line 140 - Install, update and uninstall functions for the entity_embed module.
Code
function entity_embed_update_7301() {
// Drop old 'button_label' column from {entity_embed}.
db_drop_field('entity_embed', 'button_label');
// Clear the cache_entity_embed cache.
cache_clear_all(NULL, 'cache_entity_embed');
}