From ae842168f9a9b7227fe7eae8e79928b4d3b70d4e Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 3 Nov 2009 05:27:18 +0000 Subject: #602522 by effulgentsia, sun, and moshe weitzman: Make links in renderable arrays and forms (e.g. 'Operations') alterable. --- includes/form.inc | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'includes/form.inc') diff --git a/includes/form.inc b/includes/form.inc index 5e3895aaa..c3fa149a6 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -2667,24 +2667,6 @@ function theme_textarea($variables) { return ''; } -/** - * Theme HTML markup for use in forms. - * - * @param $variables - * An associative array containing: - * - element: An associative array containing the properties of the element. - * Properties used: #markup, #children. - * - * @return - * A themed HTML string representing the HTML markup. - * - * @ingroup themeable - */ -function theme_markup($variables) { - $element = $variables['element']; - return (!empty($element['#markup']) ? $element['#markup'] : '') . drupal_render_children($element); -} - /** * Theme a password form element. * -- cgit v1.2.3