Ignore:
Timestamp:
Jun 11, 2011, 4:35:38 PM (13 years ago)
Author:
mistic100
Message:

feature:2322 Add two new trigger events for tag name display and tag url

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_html.inc.php

    r9367 r11317  
    276276
    277277    $output.=
    278       '>'
     278      '> '
    279279      .$tag['name']
    280280      .'</label>'
     
    442442      .l10n('display photos linked to this tag')
    443443      .'">'
    444       .$page['tags'][$i]['name']
     444      .trigger_event('render_tag_name', $page['tags'][$i]['name'])
    445445      .'</a>';
    446446
Note: See TracChangeset for help on using the changeset viewer.