Changeset 2745:896648f17f01 for admin/comments.php
- Timestamp:
- 08/29/14 14:55:20 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/comments.php
r2720 r2745 196 196 if ($spam_count == 1) { 197 197 echo '<p>'.sprintf(__('You have one spam comment.'),'<strong>'.$spam_count.'</strong>').' '. 198 '<a href="'.$core->adminurl->get("admin.comments",array('status' => -2)).'">'.__('Show it.').'</a> .</p>';198 '<a href="'.$core->adminurl->get("admin.comments",array('status' => -2)).'">'.__('Show it.').'</a></p>'; 199 199 } elseif ($spam_count > 1) { 200 200 echo '<p>'.sprintf(__('You have %s spam comments.'),'<strong>'.$spam_count.'</strong>').' '. 201 '<a href="'.$core->adminurl->get("admin.comments",array('status' => -2)).'">'.__('Show them.').'</a> .</p>';201 '<a href="'.$core->adminurl->get("admin.comments",array('status' => -2)).'">'.__('Show them.').'</a></p>'; 202 202 } 203 203 }
Note: See TracChangeset
for help on using the changeset viewer.