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