Ignore:
Timestamp:
Jun 30, 2010, 3:26:11 PM (14 years ago)
Author:
plg
Message:

makes rv_gmaps compatible with ExtendedDescriptions at photo comment level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_gmaps/trunk/kml.php

    r6245 r6639  
    158158      'TN_SRC'  => get_thumbnail_url($img),
    159159      'TITLE'  => $title,
    160       'DESCRIPTION'  => $img['comment'],
     160      'DESCRIPTION'  => trigger_event('render_element_description', $img['comment']),
    161161      'LAT'   => $img['lat'],
    162162      'LON'   => $img['lon'],
Note: See TracChangeset for help on using the changeset viewer.