]> git.mxchange.org Git - friendica.git/commitdiff
events: better comment description
authorrabuzarus <>
Sat, 4 Nov 2017 15:41:06 +0000 (16:41 +0100)
committerrabuzarus <>
Sat, 4 Nov 2017 15:41:06 +0000 (16:41 +0100)
include/event.php

index 3270b4b054c8f097efd5bea98f54bae1dbc9b234..b9988badfa1aaddbc110b03bfc8c43770ad5c9b8 100644 (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);