Changeset 3044:f2f9dfea9272 for admin/comments.php
- Timestamp:
- 07/05/15 12:39:27 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/comments.php
r2888 r3044 52 52 ); 53 53 54 55 54 /* Get comments 56 55 -------------------------------------------------------- */ … … 110 109 $params['comment_ip'] = $ip; 111 110 $show_filters = true; 111 } 112 113 // Add some sort order if spams displayed 114 if ($with_spam || ($status == -2)) { 115 $sortby_combo[__('IP')] = 'comment_ip'; 116 $sortby_combo[__('Spam filter')] = 'comment_spam_filter'; 112 117 } 113 118 … … 274 279 275 280 '</form>', 276 $show_filters 281 $show_filters, 282 ($with_spam || ($status == -2)) 277 283 ); 278 284 }
Note: See TracChangeset
for help on using the changeset viewer.