Issue #1480734 by kotnik: Useless require_once file in st().
parent
31d124b795
commit
4ed2cfc39e
|
@ -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]) {
|
||||
|
|
Loading…
Reference in New Issue