aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/default/annotation/likes.php3
1 files changed, 2 insertions, 1 deletions
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
?>
<p class="elgg_likes_owner">
- <a href="<?php echo $owner->getURL(); ?>"><?php echo $owner->name; ?></a> <?php echo elgg_echo('likes:this'); ?>
+ <a href="<?php echo $owner->getURL(); ?>"><?php echo $owner->name; ?></a> <?php echo elgg_echo('likes:this') .
+ " <span class=\"entity_subtext\">" . friendly_time($vars['annotation']->time_created) . "</span>"; ?>
</p>
</div>
</div> \ No newline at end of file