Simple fix. Replace:

      return t( 'See map' ) . implode($links);

with:

      return t( $link_text ) . implode($links);

Comments

ankur’s picture

Status: Active » Fixed

Fixed in DRUPAL-4-6, HEAD. Thanks.

-Ankur

Anonymous’s picture

Status: Fixed » Closed (fixed)