Changeset 1478:4fb0b7364cec for plugins/antispam/inc/lib.dc.antispam.php
- Timestamp:
- 08/19/13 21:13:24 (12 years ago)
- Branch:
- 2.5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/inc/lib.dc.antispam.php
r1179 r1478 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"><span>'.sprintf($str,$count).'</span>';77 $icons['comments'][0] .= '</span></a> <br /><a href="comments.php?status=-2"><span>'.sprintf($str,$count); 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"><span>'.sprintf($str,$count).'</span>';85 return '</span></a> <br /><a href="comments.php?status=-2"><span>'.sprintf($str,$count); 86 86 } else { 87 87 return '';
Note: See TracChangeset
for help on using the changeset viewer.