theme_token
- Versions
- 4.7 – 6
theme_token($element)
Format a form token.
Related topics
Code
includes/form.inc, line 2013
<?php
function theme_token($element) {
return theme('hidden', $element);
}
?>Login or register to post comments theme_token($element)Format a form token.
includes/form.inc, line 2013
<?php
function theme_token($element) {
return theme('hidden', $element);
}
?>Login or register to post comments