You are here

function commons_q_a_update_3112 in Drupal Commons 7.3

Improve the browsing widget empty text.

File

modules/commons/commons_q_a/commons_q_a.install, line 159

Code

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