diff options
author | patdenice <patdenice@piwigo.org> | 2011-11-05 16:15:58 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2011-11-05 16:15:58 +0000 |
commit | e859d5ac6d43f75ecaa663f0b5a1e7340231dca6 (patch) | |
tree | cb36e176bf7de6db4d2d02c267119af7f3d021df /include/common.inc.php | |
parent | a808d23130a5afd2673d794d983f5071089d6d71 (diff) |
feature:2322
feature:2493
Add a trigger for multi language tags in quick search and url
git-svn-id: http://piwigo.org/svn/trunk@12553 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/common.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
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'); ?> |