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