Skip to content

Instantly share code, notes, and snippets.

Created November 5, 2014 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/e03a6b35d05fe2c63b5f to your computer and use it in GitHub Desktop.
Save anonymous/e03a6b35d05fe2c63b5f to your computer and use it in GitHub Desktop.
function THEMENAME_form_alter(&$form, &$form_state) {
$form['actions']['submit']['#value'] = ' '.t($form['actions']['submit']['#value']);
print_r($form);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment