- Fixing t() patch mess up

5.x
Steven Wittens 2006-08-18 18:34:23 +00:00
parent 74da133ca1
commit e2f42cf3d5
1 changed files with 2 additions and 0 deletions

View File

@ -618,6 +618,8 @@ function _t(&$value, $key) {
default:
$value = theme('placeholder', $value);
return;
// Pass-through
case '!':
}
}