mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-04 22:20:57 -04:00
Changing t() placeholder syntax from {{replace_me}} to %replace_me.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user