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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/blogroll/_public.php

    r2566 r2662  
    153153          return 
    154154          ($w->content_only ? '' : '<div class="links'.($w->class ? ' '.html::escapeHTML($w->class) : '').'">'). 
    155           ($w->title ? '<h2>'.html::escapeHTML($w->title).'</h2>' : ''). 
     155          ($w->title ? $w->renderTitle(html::escapeHTML($w->title)) : ''). 
    156156          $links. 
    157157          ($w->content_only ? '' : '</div>'); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map