theme_markup($element)
includes/form.inc, line 1095
<?php function theme_markup($element) { return $element['#value'] . $element['#children']; } ?>