* Now possible to reply to wire posts from within the river.
git-svn-id: https://code.elgg.org/elgg/trunk@3344
36083f99-b078-4883-b0ff-
0f9b5a30f544
\r
<div class="thewire_options">\r
\r
- <a href="<?php echo $vars['url']; ?>mod/thewire/add.php?wire_username=<?php echo $vars['entity']->getOwnerEntity()->username; ?>" class="reply">reply</a>\r
+ <a href="<?php echo $vars['url']; ?>mod/thewire/add.php?wire_username=<?php echo $vars['entity']->getOwnerEntity()->username; ?>" class="reply"><?php elgg_echo('thewire:reply'); ?></a>\r
<?php\r
/* //only have a reply option for main notes, not other replies\r
if($vars['entity']->parent == 0){\r
\r
$string = "<a href=\"{$performed_by->getURL()}\">{$performed_by->name}:</a> ";\r
$string .= $object->description;\r
-\r
+
+ $string .= " (<a href=\"{$vars['url']}mod/thewire/add.php?wire_username={$object->getOwnerEntity()->username}\" class=\"reply\">" . elgg_echo('thewire:reply') . "</a>)";\r
?>\r
\r
<?php \r