theme_token

  1. drupal
    1. 4.7
    2. 5
    3. 6 form.inc
Versions
4.7 – 6 theme_token($element)

Related topics

Code

includes/form.inc, line 1020

<?php
function theme_token($element) {
  return theme('hidden', $element);
}
?>