function panopoly_widgets_update_7006 in Panopoly Widgets 7
Implements hook_update_N().
Revert the 'file_display' so YouTube works in WYSIWYG with newer Media.
File
- ./
panopoly_widgets.install, line 242 - An installation file for Panopoly Widgets
Code
function panopoly_widgets_update_7006(&$sandbox) {
features_revert(array(
'panopoly_widgets' => array(
'file_display',
),
));
}