You are here

function commons_posts_update_7005 in Drupal Commons 7.3

Add links to node teasers in the browsing widget.

File

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

Code

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