function theme_token

Format a form token.

Related topics

Archivo

drupal-6.x/includes/form.inc, line 2031

Código

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