function theme_token in Drupal 6
Same name and namespace in other branches
- 4 includes/form.inc \theme_token()
- 5 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);
}