From ec118af13b9d034a63fd0a72a9c020382504d3f6 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Sun, 10 Mar 2013 21:23:15 -0400 Subject: Issue #1886796 by kiamlaluno: Fixed theme_checkbox() initialize a variable that is never used. --- includes/form.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'includes') diff --git a/includes/form.inc b/includes/form.inc index babd18b49..8b475b109 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -3058,7 +3058,6 @@ function form_process_radios($element) { */ function theme_checkbox($variables) { $element = $variables['element']; - $t = get_t(); $element['#attributes']['type'] = 'checkbox'; element_set_attributes($element, array('id', 'name', '#return_value' => 'value')); -- cgit v1.2.3