Changeset 28587 for trunk/tags.php


Ignore:
Timestamp:
Jun 2, 2014, 9:55:46 AM (10 years ago)
Author:
mistic100
Message:

feature 3010 : replace trigger_action/event by trigger_notify/change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tags.php

    r26461 r28587  
    5050check_status(ACCESS_GUEST);
    5151
    52 trigger_action('loc_begin_tags');
     52trigger_notify('loc_begin_tags');
    5353
    5454// +-----------------------------------------------------------------------+
     
    196196
    197197include(PHPWG_ROOT_PATH.'include/page_header.php');
    198 trigger_action('loc_end_tags');
     198trigger_notify('loc_end_tags');
    199199flush_page_messages();
    200200$template->pparse('tags');
Note: See TracChangeset for help on using the changeset viewer.