Simple fix. Replace:
return t( 'See map' ) . implode($links);
with:
return t( $link_text ) . implode($links);
Fixed in DRUPAL-4-6, HEAD. Thanks.
-Ankur
Comments
Comment #1
ankur commentedFixed in DRUPAL-4-6, HEAD. Thanks.
-Ankur
Comment #2
(not verified) commented