Changeset 904:f1fd70475361 for plugins/tags
- Timestamp:
- 10/24/12 15:54:49 (13 years ago)
- Branch:
- default
- Location:
- plugins/tags
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/_define.php
r897 r904 16 16 /* Description*/ "Tags for posts", 17 17 /* Author */ "Olivier Meunier", 18 /* Version */ '1. 2',18 /* Version */ '1.3', 19 19 array( 20 20 'permissions' => 'usage,contentadmin' -
plugins/tags/_public.php
r863 r904 227 227 228 228 $res = 229 '<div class="tags ">'.229 '<div class="tags'.($w->class ? ' '.html::escapeHTML($w->class) : '').'">'. 230 230 ($w->title ? '<h2>'.html::escapeHTML($w->title).'</h2>' : ''). 231 231 '<ul>'; -
plugins/tags/_widgets.php
r270 r904 29 29 ); 30 30 $w->tags->setting('alltagslinktitle',__('Link to all tags:'),__('All tags')); 31 $w->tags->setting('class',__('CSS class:'),''); 31 32 } 32 33
Note: See TracChangeset
for help on using the changeset viewer.