You are here

commons_wikis_pages.install in Drupal Commons 7.3

File

modules/commons/commons_wikis/modules/commons_wikis_pages/commons_wikis_pages.install
View source
<?php

/**
 * Update the wiki pages to remove the panelizer for comments.
 */
function commons_wikis_pages_update_7100() {
  $revert = array(
    'commons_wikis_pages' => array(
      'panelizer_defaults',
    ),
  );
  features_revert($revert);
  return array();
}

Functions

Namesort descending Description
commons_wikis_pages_update_7100 Update the wiki pages to remove the panelizer for comments.