From e2f42cf3d544bc90accaab9eff800277ac60c9f1 Mon Sep 17 00:00:00 2001
From: Steven Wittens <steven@10.no-reply.drupal.org>
Date: Fri, 18 Aug 2006 18:34:23 +0000
Subject: [PATCH] - Fixing t() patch mess up

---
 includes/common.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/includes/common.inc b/includes/common.inc
index 3cd1a3feb785..957680056ecb 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -618,6 +618,8 @@ function _t(&$value, $key) {
     default:
       $value = theme('placeholder', $value);
       return;
+    // Pass-through
+    case '!':
   }
 }
 
-- 
GitLab