Same name and namespace in other branches
  1. 5.x includes/form.inc \theme_submit()
  2. 6.x includes/form.inc \theme_submit()
  3. 7.x includes/form.inc \theme_submit()

Related topics

File

includes/form.inc, line 990

Code

function theme_submit($element) {
  return theme('button', $element);
}