Changeset 475:0f3d45e611df
- Timestamp:
- 07/01/11 21:09:08 (14 years ago)
- Branch:
- default
- 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.