mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
feature:2473
Apply trigger render_element_description for thumbnail title git-svn-id: http://piwigo.org/svn/trunk@12451 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -880,7 +880,7 @@ function get_picture_title($info)
|
||||
{
|
||||
if (isset($info['name']) and !empty($info['name']))
|
||||
{
|
||||
return $info['name'];
|
||||
return trigger_event('render_element_description', $info['name']);
|
||||
}
|
||||
|
||||
return get_name_from_file($info['file']);
|
||||
|
||||
Reference in New Issue
Block a user