theme_markup($element)
includes/form.inc, line 2127
<?php function theme_markup($element) { return (isset($element['#value']) ? $element['#value'] : '') . (isset($element['#children']) ? $element['#children'] : ''); } ?>
Weitere Informationen über Formatierungsoptionen
Kommentare
Kommentar hinzufügen