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