Changing t() placeholder syntax from {{replace_me}} to %replace_me.

This commit is contained in:
Andy Staudacher
2009-01-15 10:02:41 +00:00
parent e53916dd06
commit e4a9b19bf9
44 changed files with 107 additions and 103 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
width="40"
height="40" />
</a>
<?= t("on {{date}} <a href=#>{{name}}</a> said",
<?= t("on %date <a href=#>%name</a> said",
array("date" => date("Y-M-d H:i:s", $comment->created),
"name" => $comment->author_name())); ?>
</p>