Same name and namespace in other branches
  1. 4.7.x includes/form.inc \theme_token()
  2. 5.x includes/form.inc \theme_token()

Format a form token.

Related topics

File

includes/form.inc, line 2116

Code

function theme_token($element) {
  return theme('hidden', $element);
}