Concatenate chopped up internationalized string.

This commit is contained in:
Bharat Mediratta
2009-04-03 23:12:52 +00:00
parent f7435112c5
commit 802f2431c7

View File

@@ -1,8 +1,8 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<? if (!$comments->count()): ?>
<p>
<?= t("No comments yet. Be the first to") ?>
<a href="#add_comment_form" class="showCommentForm"><?= t("comment") ?></a>!
<?= t("No comments yet. Be the first to <a %attrs>comment</a>!",
array("attrs" => "href=\"#add_comment_form\" class=\"showCommentForm\"")) ?>
</p>
<? endif ?>
<ul id="gComments">