Changeset 472:6a046e84276c
- Timestamp:
- 07/01/11 19:57:38 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/inc/lib.dc.antispam.php
r270 r472 75 75 if (($count = self::countSpam($core)) > 0) { 76 76 $str = ($count > 1) ? __('(including %d spam comments)') : __('(including %d spam comment)'); 77 $icons['comments'][0] .= '</a> <br /><a href="comments.php?status=-2"> '.sprintf($str,$count);77 $icons['comments'][0] .= '</a> <br /><a href="comments.php?status=-2"><span>'.sprintf($str,$count).'</span>'; 78 78 } 79 79 } … … 83 83 if (($count = self::countSpam($core)) > 0) { 84 84 $str = ($count > 1) ? __('(including %d spam comments)') : __('(including %d spam comment)'); 85 return '</a> <br /><a href="comments.php?status=-2"> '.sprintf($str,$count);85 return '</a> <br /><a href="comments.php?status=-2"><span>'.sprintf($str,$count).'</span>'; 86 86 } else { 87 87 return '';
Note: See TracChangeset
for help on using the changeset viewer.