You are here

function domain_theme_features_revert in Domain Access 7.3

Implements hook_features_revert().

File

domain_theme/domain_theme.features.inc, line 79
Features support for Domain Theme.

Code

function domain_theme_features_revert($module) {
  return domain_theme_features_rebuild($module);
}