summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2013-03-10 21:28:41 -0400
committerDavid Rothstein <drothstein@gmail.com>2013-03-10 21:28:41 -0400
commit9ae47eaa713159f5aa11b6741c499c3fa19ab5f4 (patch)
tree996ed684b941cb6eaf5361b29365d0d1200a4b88 /includes
parente0fa18896a22f3a508ba601355a09c37131d7bf3 (diff)
downloadbrdo-9ae47eaa713159f5aa11b6741c499c3fa19ab5f4.tar.gz
brdo-9ae47eaa713159f5aa11b6741c499c3fa19ab5f4.tar.bz2
Issue #1886812 by kiamlaluno: theme_form_element() initialize a variable that is never used.
Diffstat (limited to 'includes')
-rw-r--r--includes/form.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/form.inc b/includes/form.inc
index 8b475b109..969d8d2e0 100644
--- a/includes/form.inc
+++ b/includes/form.inc
@@ -4009,8 +4009,6 @@ function theme_file($variables) {
*/
function theme_form_element($variables) {
$element = &$variables['element'];
- // This is also used in the installer, pre-database setup.
- $t = get_t();
// This function is invoked as theme wrapper, but the rendered form element
// may not necessarily have been processed by form_builder().