Changeset 2662:87748fd865ef for plugins/tags
- Timestamp:
- 02/14/14 14:49:43 (12 years ago)
- Branch:
- default
- Location:
- plugins/tags
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/_define.php
r2566 r2662 16 16 /* Description*/ "Tags for posts", 17 17 /* Author */ "Olivier Meunier", 18 /* Version */ '1. 2.1',18 /* Version */ '1.3', 19 19 array( 20 20 'permissions' => 'usage,contentadmin', -
plugins/tags/_public.php
r2661 r2662 268 268 $res = 269 269 ($w->content_only ? '' : '<div class="tags'.($w->class ? ' '.html::escapeHTML($w->class) : '').'">'). 270 ($w->title ? '<h2>'.html::escapeHTML($w->title).'</h2>': '').270 ($w->title ? $w->renderTitle(html::escapeHTML($w->title)) : ''). 271 271 '<ul>'; 272 272
Note: See TracChangeset
for help on using the changeset viewer.