You are here

function commons_posts_update_7008 in Drupal Commons 7.3

Standardize browsing widget field weights.

File

modules/commons/commons_posts/commons_posts.install, line 110

Code

function commons_posts_update_7008() {
  $revert = array(
    'commons_posts' => array(
      'field_instance',
    ),
  );
  features_revert($revert);
  return array();
}