function top_searches_form_clear_confirm in Top Searches 7
Same name and namespace in other branches
- 6 top_searches.admin.inc \top_searches_form_clear_confirm()
1 string reference to 'top_searches_form_clear_confirm'
- top_searches_menu in ./
top_searches.module - Implementation of hook_menu().
File
- ./
top_searches.admin.inc, line 54 - Admin options for top_searches module
Code
function top_searches_form_clear_confirm() {
return confirm_form(array(), t('Are you sure you want to reset the Top Searches counters?'), 'admin/config/search/top_searches', t('This operation cannot be undone!'));
}