You are here

function commons_posts_update_7002 in Drupal Commons 7.3

Remove extra markup from message type for posts.

File

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

Code

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