theme_token
Definition
theme_token($element)
includes/form.inc, line 1382
Code
<?php
function theme_token($element) {
return theme('hidden', $element);
}
?> theme_token($element)
includes/form.inc, line 1382
<?php
function theme_token($element) {
return theme('hidden', $element);
}
?>