Changeset 3787:24c2472a688c for plugins/antispam/inc/lib.dc.antispam.php
- Timestamp:
- 07/30/18 09:48:26 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/inc/lib.dc.antispam.php
r3781 r3787 73 73 if (($count = self::countSpam($core)) > 0) { 74 74 $str = ($count > 1) ? __('(including %d spam comments)') : __('(including %d spam comment)'); 75 $icons['comments'][0] .= '</span></a> < br /><a href="' . $core->adminurl->get('admin.comments', array('status' => '-2')) . '"><span class="db-icon-title-spam">' .75 $icons['comments'][0] .= '</span></a> <a href="' . $core->adminurl->get('admin.comments', array('status' => '-2')) . '"><span class="db-icon-title-spam">' . 76 76 sprintf($str, $count); 77 77 } … … 82 82 if (($count = self::countSpam($core)) > 0) { 83 83 $str = ($count > 1) ? __('(including %d spam comments)') : __('(including %d spam comment)'); 84 return '</span></a> < br /><a href="' . $core->adminurl->get('admin.comments', array('status' => '-2')) . '"><span class="db-icon-title-spam">' .84 return '</span></a> <a href="' . $core->adminurl->get('admin.comments', array('status' => '-2')) . '"><span class="db-icon-title-spam">' . 85 85 sprintf($str, $count); 86 86 } else {
Note: See TracChangeset
for help on using the changeset viewer.