Link the filter description too, as the filter ID is often too small a target for clumsy mice

This commit is contained in:
Andrew Garrett 2009-01-28 19:50:38 +00:00
parent 8bea6e85f8
commit e2754e1af3

View file

@ -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();