You are here

function commons_posts_update_7006 in Drupal Commons 7.3

Improve the browsing widget empty text.

File

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

Code

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