You are here

function prev_next_reindex_confirm in Previous/Next API 6

Same name and namespace in other branches
  1. 7.2 prev_next.admin.inc \prev_next_reindex_confirm()
  2. 7 prev_next.module \prev_next_reindex_confirm()
1 string reference to 'prev_next_reindex_confirm'
prev_next_menu in ./prev_next.module
Implementation of hook_menu().

File

./prev_next.module, line 192

Code

function prev_next_reindex_confirm() {
  return confirm_form(array(), t('Are you sure you want to re-index Prev/Next?'), 'admin/settings/prev_next', t('The entire Prev/Next index will be reset and rebuilt incrementally as cron runs. action cannot be undone.'), t('Re-index'), t('Cancel'));
}