theme_token

Versions
5 – 6
theme_token($element)

Format a form token.

Related topics

Code

6/includes/form.inc, line 2013

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