- Fixing t() patch mess up
parent
74da133ca1
commit
e2f42cf3d5
|
@ -618,6 +618,8 @@ function _t(&$value, $key) {
|
|||
default:
|
||||
$value = theme('placeholder', $value);
|
||||
return;
|
||||
// Pass-through
|
||||
case '!':
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue