Skip to content

Instantly share code, notes, and snippets.

Created November 5, 2014 18:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/910d2bb365400361a9b9 to your computer and use it in GitHub Desktop.
Save anonymous/910d2bb365400361a9b9 to your computer and use it in GitHub Desktop.
function THEMENAME_form_alter(&$form, &$form_state) {
$form['actions']['submit']['#value'] = "\xEF\x84\xBA ".t($form['actions']['submit']['#value']);
}
@Arduinology
Copy link

Neat.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment