From: dave Date: Sun, 21 Mar 2010 16:58:23 +0000 (+0000) Subject: timestamp added to like action view X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e87ff571ac43900feb20fd3227b39035e4abecd8;p=lorea%2Felgg.git timestamp added to like action view git-svn-id: http://code.elgg.org/elgg/trunk@5461 36083f99-b078-4883-b0ff-0f9b5a30f544 --- diff --git a/views/default/annotation/likes.php b/views/default/annotation/likes.php index d095c82eb..8b3505482 100644 --- a/views/default/annotation/likes.php +++ b/views/default/annotation/likes.php @@ -33,7 +33,8 @@ $owner = get_user($vars['annotation']->owner_guid); } //end of can edit if statement ?>

- name; ?> + name; ?> " . friendly_time($vars['annotation']->time_created) . ""; ?>

\ No newline at end of file