Index: trunk/extensions/AbuseFilter/Views/AbuseFilterViewDiff.php |
— | — | @@ -186,8 +186,8 @@ |
187 | 187 | wfMsgExt( 'abusefilter-diff-item', 'parseinline' ) ); |
188 | 188 | $headings .= Xml::tags( 'th', null, |
189 | 189 | wfMessage( 'abusefilter-diff-version' ) |
190 | | - ->rawParams($oldLink, $oldUserLink, |
191 | | - $newVersion['meta']['modified_by_text'] ) |
| 190 | + ->rawParams( $oldLink, $oldUserLink ) |
| 191 | + ->params( $newVersion['meta']['modified_by_text'] ) |
192 | 192 | ->parse() |
193 | 193 | ); |
194 | 194 | $headings .= Xml::tags( 'th', null, |