From 7343f339bd583966276cd98e3717f64088cfb6ba Mon Sep 17 00:00:00 2001 From: patdenice Date: Sat, 5 Nov 2011 16:34:26 +0000 Subject: merge r12553 from trunk to branch 2.3 feature:2322 feature:2493 Add a trigger for multi language tags in quick search and url git-svn-id: http://piwigo.org/svn/branches/2.3@12555 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/common.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/common.inc.php b/include/common.inc.php index f28a27eb6..32eb7920a 100644 --- a/include/common.inc.php +++ b/include/common.inc.php @@ -278,6 +278,7 @@ if ( !$conf['allow_html_descriptions'] ) } add_event_handler('render_comment_content', 'render_comment_content'); add_event_handler('render_comment_author', 'strip_tags'); +add_event_handler('render_tag_url', 'str2url'); add_event_handler('blockmanager_register_blocks', 'register_default_menubar_blocks', EVENT_HANDLER_PRIORITY_NEUTRAL-1); trigger_action('init'); ?> -- cgit v1.2.3