function example_alter_captcha_text in Shoutbox 7.2
1 string reference to 'example_alter_captcha_text'
File
- ./
shoutbox.module, line 663 - Shoutbox module displays a block for users to create short messages for the whole site. Uses AHAH to update the database and display content.
Code
function example_alter_captcha_text(&$element) {
//$element['captcha_widgets']['captcha_response']['#title'] = t('Captcha Response Title Goes Here');
return $element;
}