summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2013-03-10 21:23:15 -0400
committerDavid Rothstein <drothstein@gmail.com>2013-03-10 21:23:15 -0400
commitec118af13b9d034a63fd0a72a9c020382504d3f6 (patch)
treeb155557a7d6b3715d27a450c0c1ea5d9c3fd610c /includes
parent6bcb0a3b9126f9a5f7c1fae5260d22ef388e6fdb (diff)
downloadbrdo-ec118af13b9d034a63fd0a72a9c020382504d3f6.tar.gz
brdo-ec118af13b9d034a63fd0a72a9c020382504d3f6.tar.bz2
Issue #1886796 by kiamlaluno: Fixed theme_checkbox() initialize a variable that is never used.
Diffstat (limited to 'includes')
-rw-r--r--includes/form.inc1
1 files changed, 0 insertions, 1 deletions
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'));