From a87fd505750d099a563e385c37d61d4647936b04 Mon Sep 17 00:00:00 2001 From: pete Date: Tue, 30 Jun 2009 17:30:45 +0000 Subject: fixed wire reply button (missing 'echo'), and tweaked river/dashboard reply link for the default theme. Also fixed a typo in the admin area git-svn-id: https://code.elgg.org/elgg/trunk@3370 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/thewire/views/default/object/thewire.php | 2 +- mod/thewire/views/default/river/object/thewire/create.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/thewire/views') diff --git a/mod/thewire/views/default/object/thewire.php b/mod/thewire/views/default/object/thewire.php index 906ec2fbe..ef1c8f55c 100644 --- a/mod/thewire/views/default/object/thewire.php +++ b/mod/thewire/views/default/object/thewire.php @@ -38,7 +38,7 @@
- + parent == 0){ diff --git a/mod/thewire/views/default/river/object/thewire/create.php b/mod/thewire/views/default/river/object/thewire/create.php index 2c1bb159d..0c2f67463 100644 --- a/mod/thewire/views/default/river/object/thewire/create.php +++ b/mod/thewire/views/default/river/object/thewire/create.php @@ -9,7 +9,7 @@ $desc = preg_replace('/\@([A-Za-z0-9\_\.\-]*)/i','@$1',$desc); $string .= parse_urls($desc); - $string .= " (getOwnerEntity()->username}\" class=\"reply\">" . elgg_echo('thewire:reply') . ")"; + $string .= " getOwnerEntity()->username}\" class=\"reply\">" . elgg_echo('thewire:reply') . ""; ?>