theme_submit

Versions
5 – 6
theme_submit($element)
7
theme_submit($variables)

Code

5/includes/form.inc, line 1353

<?php
function theme_submit($element) {
  return theme('button', $element);
}
?>