node_configure_rebuild_confirm
modules/node/node.module, строка 1079
- Версии
- 5 – 6
node_configure_rebuild_confirm()
Menu callback: confirm rebuilding of permissions.
Код
<?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'));
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии