From 0c4c47560129484c12d5795881fbfac21fd58959 Mon Sep 17 00:00:00 2001 From: pete Date: Fri, 20 Feb 2009 14:49:34 +0000 Subject: brackets added around timestamp git-svn-id: https://code.elgg.org/elgg/trunk@2863 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/thewire/views/default/thewire/profile_status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/thewire/views/default') diff --git a/mod/thewire/views/default/thewire/profile_status.php b/mod/thewire/views/default/thewire/profile_status.php index 16dea70a3..556ae8a9f 100644 --- a/mod/thewire/views/default/thewire/profile_status.php +++ b/mod/thewire/views/default/thewire/profile_status.php @@ -12,7 +12,7 @@ if($latest_wire){ foreach($latest_wire as $lw){ $content = $lw->description; - $time = "" . friendly_time($lw->time_created) . ""; + $time = "(" . friendly_time($lw->time_created) . ")"; } } -- cgit v1.2.3