Changes in [476:2d7f174b2fbc:477:d8522d11a731]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/widgets/_widgets_functions.php
r270 r475 94 94 $rs->cat_url.'">'. 95 95 html::escapeHTML($rs->cat_title).'</a>'. 96 ($w->postcount ? ' ('.$rs->nb_post.')' : '');96 ($w->postcount ? ' <span>('.$rs->nb_post.')</span>' : ''); 97 97 98 98
Note: See TracChangeset
for help on using the changeset viewer.