mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-12 08:49:28 +00:00
Link the filter description too, as the filter ID is often too small a target for clumsy mice
This commit is contained in:
parent
8bea6e85f8
commit
e2754e1af3
|
@ -167,7 +167,7 @@ class AbuseFilterPager extends TablePager {
|
|||
case 'af_id':
|
||||
return $sk->link( SpecialPage::getTitleFor( 'AbuseFilter', intval($value) ), intval($value) );
|
||||
case 'af_public_comments':
|
||||
return $wgOut->parse( $value );
|
||||
return $sk->link( SpecialPage::getTitleFor( 'AbuseFilter', intval($row->af_id) ), $wgOut->parse( $value ) );
|
||||
case 'af_actions':
|
||||
$actions = explode(',', $value);
|
||||
$displayActions = array();
|
||||
|
|
Loading…
Reference in a new issue