From 4ed2cfc39e1d5a00b67e4776b3ff22b9bc2aa937 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Mon, 30 Dec 2013 15:19:44 -0500 Subject: Issue #1480734 by kotnik: Useless require_once file in st(). --- includes/install.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/install.inc b/includes/install.inc index 3631c36e7..71de3e6cb 100644 --- a/includes/install.inc +++ b/includes/install.inc @@ -1134,7 +1134,6 @@ function st($string, array $args = array(), array $options = array()) { } } - require_once DRUPAL_ROOT . '/includes/theme.inc'; // Transform arguments before inserting them foreach ($args as $key => $value) { switch ($key[0]) { -- cgit v1.2.3