function openatrium_revert_tours in Open Atrium 7.2
Revert oa_tour_default feature.
File
- ./
openatrium.install, line 115 - Perform actions to set up the site for this profile.
Code
function openatrium_revert_tours() {
features_revert(array(
'oa_tour_defaults' => array(
'bootstrap_tour',
),
));
}