You are here

function token_custom_features_revert in Custom Tokens 7.2

Implements hook_features_revert().

File

./token_custom.features.inc, line 59
Features integration for the Custom tokens module.

Code

function token_custom_features_revert($module = NULL) {
  token_custom_features_rebuild($module);
}