render_tag_name trigger transmit full tag data as second parameter
git-svn-id: http://piwigo.org/svn/trunk@26649 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
95dd3b88ec
commit
81ac87bc81
7 changed files with 13 additions and 13 deletions
|
|
@ -684,14 +684,14 @@ array(
|
|||
array(
|
||||
'name' => 'render_tag_name',
|
||||
'type' => 'trigger_event',
|
||||
'vars' => array('string', 'tag_name'),
|
||||
'files' => array('admin\include\functions.php (get_taglist)', 'admin\tags.php', 'include\functions_tag.inc.php (get_available_tags, get_all_tags, get_common_tags)', 'index.php'),
|
||||
'vars' => array('string', 'tag_name', 'array', 'tag'),
|
||||
'files' => array('admin\include\functions.php (get_taglist)', 'admin\tags.php', 'admin\history.php', 'include\functions_tag.inc.php (get_available_tags, get_all_tags, get_common_tags)', 'include\functions_html.inc.php (get_tags_content_title)', 'include\functions_search.inc.php (get_qsearch_tags)'),
|
||||
),
|
||||
array(
|
||||
'name' => 'render_tag_url',
|
||||
'type' => 'trigger_event',
|
||||
'vars' => array('string', 'tag_name'),
|
||||
'files' => array('include\functions.php (tag_id_from_tag_name, create_tag)', 'admin\tags.php'),
|
||||
'files' => array('admin\include\functions.php (tag_id_from_tag_name, create_tag)', 'admin\tags.php'),
|
||||
),
|
||||
array(
|
||||
'name' => 'save_profile_from_post',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue