function schemaorg_features_revert in Schema.org 7
Implementation of hook_features_revert().
Reverts components of a feature back to their default state.
File
- ./
schemaorg.features.inc, line 80
Code
function schemaorg_features_revert($module) {
return schemaorg_features_rebuild($module);
}