You are here

function example_alter_captcha_text in Shoutbox 7.2

1 string reference to 'example_alter_captcha_text'
shoutbox_form_alter in ./shoutbox.module

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;
}