Dotclear


Ignore:
Timestamp:
02/14/14 14:49:43 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

New rendering method (renderTitle) for widget title, fixes #1827

Location:
plugins/tags
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/tags/_define.php

    r2566 r2662  
    1616     /* Description*/         "Tags for posts", 
    1717     /* Author */             "Olivier Meunier", 
    18      /* Version */            '1.2.1', 
     18     /* Version */            '1.3', 
    1919     array( 
    2020          'permissions' =>    'usage,contentadmin', 
  • plugins/tags/_public.php

    r2661 r2662  
    268268          $res = 
    269269          ($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)) : ''). 
    271271          '<ul>'; 
    272272 
Note: See TracChangeset for help on using the changeset viewer.

Sites map