From c6406762f07183d3c782544c706b01854f2febbe Mon Sep 17 00:00:00 2001 From: patdenice Date: Sat, 15 Oct 2011 15:27:33 +0000 Subject: feature:2473 Apply trigger render_element_description for thumbnail title git-svn-id: http://piwigo.org/svn/trunk@12451 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/functions.inc.php') 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']); -- cgit v1.2.3