Changeset 11487 for trunk/admin/tags.php


Ignore:
Timestamp:
Jun 22, 2011, 6:38:58 PM (13 years ago)
Author:
mistic100
Message:

feature:2322 display all localisations as independant tags in TokenInput

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/tags.php

    r11317 r11487  
    222222foreach ($orphan_tags as $tag)
    223223{
    224   array_push($orphan_tag_names, $tag['name']);
     224  array_push($orphan_tag_names, trigger_event('render_tag_name', $tag['name']));
    225225}
    226226
Note: See TracChangeset for help on using the changeset viewer.