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

Related topics

File

includes/form.inc, line 1019

Code

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