Parsed: 111400

function submit_button( $text = null, $type = 'primary', $name = 'submit', $wrap = true, $other_attributes = null ) {
  echo get_submit_button( $text, $type, $name, $wrap, $other_attributes );
}