mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-06 19:49:12 -04:00
Changing t() placeholder syntax from {{replace_me}} to %replace_me.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
width="40"
|
||||
height="40" />
|
||||
<?= date("Y-M-d H:i:s", $comment->created) ?>
|
||||
<?= t("<a href=#>{{author_name}}</a> said <em>{{comment_text}}</em>",
|
||||
<?= t("<a href=#>%author_name</a> said <em>%comment_text</em>",
|
||||
array("author_name" => $comment->author_name(),
|
||||
"comment_text" => text::limit_words($comment->text, 50))); ?>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user