theme_submit

  1. drupal
    1. 4.7
    2. 5
    3. 6 form.inc
    4. 7 form.inc
Versions
4.7 – 6 theme_submit($element)
7 theme_submit($variables)

Related topics

Code

includes/form.inc, line 991

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