You are here

function commons_posts_update_7004 in Drupal Commons 7.3

Display sticky content at top of lists.

File

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

Code

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