From 3b4f72da939fa9f5155311799044414220d5d039 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Sat, 4 Nov 2017 16:41:06 +0100 Subject: [PATCH] events: better comment description --- include/event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/event.php b/include/event.php index 3270b4b05..b9988badf 100644 --- a/include/event.php +++ b/include/event.php @@ -971,7 +971,7 @@ function format_event_item($item) { $location['map'] = '
' . generate_map(str_replace('/', ' ', $evloc['coordinates'])) . '
'; } - // Format the profile link + // Construct the profile link (magic-auth). $sp = false; $profile_link = best_link_url($item, $sp);