aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions.inc.php
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2011-10-15 15:27:33 +0000
committerpatdenice <patdenice@piwigo.org>2011-10-15 15:27:33 +0000
commitc6406762f07183d3c782544c706b01854f2febbe (patch)
tree715d0546e6f80120407a1f85861c8267beb7d88b /include/functions.inc.php
parentf9cdbf763ae97070e536d2fd64c6f2094c5d96dd (diff)
feature:2473
Apply trigger render_element_description for thumbnail title git-svn-id: http://piwigo.org/svn/trunk@12451 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/functions.inc.php')
-rw-r--r--include/functions.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.inc.php b/include/functions.inc.php
index 5debca5d3..7873674ec 100644
--- a/include/functions.inc.php
+++ b/include/functions.inc.php
@@ -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']);