function block_class_features_revert in Block Class 7
Implements hook_features_revert().
File
- ./
block_class.features.inc, line 62 - Integration with the Features module API.
Code
function block_class_features_revert($module) {
block_class_features_rebuild($module);
}