function panopoly_widgets_update_7006 in Panopoly 7
Implements hook_update_N().
Revert the 'file_display' so YouTube works in WYSIWYG with newer Media.
File
- modules/
panopoly/ panopoly_widgets/ 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',
    ),
  ));
}