Closed (fixed)
Project:
Location
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2005 at 07:58 UTC
Updated:
2 Nov 2005 at 13:40 UTC
Simple fix. Replace:
return t( 'See map' ) . implode($links);
with:
return t( $link_text ) . implode($links);
Comments
Comment #1
ankur commentedFixed in DRUPAL-4-6, HEAD. Thanks.
-Ankur
Comment #2
(not verified) commented