function _botcha_error_noscript in BOTCHA Spam Prevention 6
Same name and namespace in other branches
- 7 botcha.botcha.inc \_botcha_error_noscript()
2 calls to _botcha_error_noscript()
- _botcha_recipe2 in ./
botcha.botcha.inc - Botcha recipe.
- _botcha_recipe4 in ./
botcha.botcha.inc - Botcha recipe. FIXME: WORK IN PROGRESS. Making a css->js->form recipe
File
- ./
botcha.botcha.inc, line 52 - Implementation of botcha form logic.
Code
function _botcha_error_noscript() {
return '<noscript>' . t('Please enable Javascript to use this form.') . '</noscript>';
}