function theme_token in Drupal 5
Same name and namespace in other branches
- 4 includes/form.inc \theme_token()
- 6 includes/form.inc \theme_token()
Related topics
File
- includes/
form.inc, line 1394
Code
function theme_token($element) {
return theme('hidden', $element);
}