array('ckeditor_profile'), ); features_revert($revert); return array(); } /** * Update our CKEditor profile to help resolve issues editing * text areas on iPad per https://drupal.org/node/2030087. */ function commons_wysiwyg_update_3101() { $revert = array( 'commons_wysiwyg' => array('ckeditor_profile'), ); features_revert($revert); return array(); }