From: rabuzarus <> Date: Sat, 4 Nov 2017 15:41:06 +0000 (+0100) Subject: events: better comment description X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3b4f72da939fa9f5155311799044414220d5d039;p=friendica.git events: better comment description --- diff --git a/include/event.php b/include/event.php index 3270b4b054..b9988badfa 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);