Issue #1480734 by kotnik: Useless require_once file in st().

merge-requests/26/head
David Rothstein 2013-12-30 15:19:44 -05:00
parent 31d124b795
commit 4ed2cfc39e
1 changed files with 0 additions and 1 deletions

View File

@ -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]) {