mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-28 20:29:58 +03:00
bug:2896
thx to Kaare apply render_element_description inside get_thumbnail_title() git-svn-id: http://piwigo.org/svn/trunk@22505 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
2fb13e6687
commit
2e1af1dd90
1 changed files with 1 additions and 0 deletions
|
@ -585,6 +585,7 @@ function get_thumbnail_title($info, $title, $comment)
|
|||
|
||||
if (!empty($comment))
|
||||
{
|
||||
$info['comment'] = trigger_event('render_element_description', $info['comment']);
|
||||
$title.= ' '.substr($info['comment'], 0, 100).(strlen($info['comment']) > 100 ? '...' : '');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue