events: better comment description
This commit is contained in:
parent
86d3adaa50
commit
3b4f72da93
1 changed files with 1 additions and 1 deletions
|
@ -971,7 +971,7 @@ function format_event_item($item) {
|
||||||
$location['map'] = '<div class="map">' . generate_map(str_replace('/', ' ', $evloc['coordinates'])) . '</div>';
|
$location['map'] = '<div class="map">' . generate_map(str_replace('/', ' ', $evloc['coordinates'])) . '</div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
// Format the profile link
|
// Construct the profile link (magic-auth).
|
||||||
$sp = false;
|
$sp = false;
|
||||||
$profile_link = best_link_url($item, $sp);
|
$profile_link = best_link_url($item, $sp);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue