node_configure_rebuild_confirm
- Versions
- 5 – 7
node_configure_rebuild_confirm()
Menu callback: confirm rebuilding of permissions.
Code
modules/node/node.module, line 1079
<?php
function node_configure_rebuild_confirm() {
return confirm_form(array(), t('Are you sure you want to rebuild node permissions on the site?'),
'admin/content/node-settings', t('This will wipe all current node permissions and rebuild them based on current settings. Rebuilding the permissions may take a while so please be patient. This action cannot be undone.'), t('Rebuild permissions'), t('Cancel'));
}
?>Login or register to post comments 