Changeset 26649 for trunk/tools


Ignore:
Timestamp:
Jan 12, 2014, 12:24:02 PM (10 years ago)
Author:
mistic100
Message:

render_tag_name trigger transmit full tag data as second parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/triggers_list.php

    r26618 r26649  
    685685  'name' => 'render_tag_name',
    686686  'type' => 'trigger_event',
     687  'vars' => array('string', 'tag_name', 'array', 'tag'),
     688  '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)'),
     689),
     690array(
     691  'name' => 'render_tag_url',
     692  'type' => 'trigger_event',
    687693  'vars' => array('string', 'tag_name'),
    688   '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'),
    689 ),
    690 array(
    691   'name' => 'render_tag_url',
    692   'type' => 'trigger_event',
    693   'vars' => array('string', 'tag_name'),
    694   'files' => array('include\functions.php (tag_id_from_tag_name, create_tag)', 'admin\tags.php'),
     694  'files' => array('admin\include\functions.php (tag_id_from_tag_name, create_tag)', 'admin\tags.php'),
    695695),
    696696array(
Note: See TracChangeset for help on using the changeset viewer.