events: better comment description

This commit is contained in:
rabuzarus 2017-11-04 16:41:06 +01:00
parent 86d3adaa50
commit 3b4f72da93
1 changed files with 1 additions and 1 deletions

View File

@ -971,7 +971,7 @@ function format_event_item($item) {
$location['map'] = '<div class="map">' . generate_map(str_replace('/', ' ', $evloc['coordinates'])) . '</div>';
}
// Format the profile link
// Construct the profile link (magic-auth).
$sp = false;
$profile_link = best_link_url($item, $sp);