Changeset 22505


Ignore:
Timestamp:
May 6, 2013, 7:30:34 PM (11 years ago)
Author:
flop25
Message:

bug:2896
thx to Kaare
apply render_element_description inside get_thumbnail_title()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_html.inc.php

    r20609 r22505  
    586586  if (!empty($comment))
    587587  {
     588    $info['comment'] = trigger_event('render_element_description', $info['comment']);
    588589    $title.= ' '.substr($info['comment'], 0, 100).(strlen($info['comment']) > 100 ? '...' : '');
    589590  }
Note: See TracChangeset for help on using the changeset viewer.