https://bugzilla.wikimedia.org/show_bug.cgi?id=18277

--- Comment #6 from Amir E. Aharoni <[email protected]> 2012-10-23 
16:20:27 UTC ---
If I understand correctly, the raw username is already passed in the current
version:

$headings .= Xml::tags( 'th', null,
    $this->msg( 'abusefilter-diff-version' )
        ->rawParams( $oldLink, $oldUserLink )
        ->params( $newVersion['meta']['modified_by_text'],  )
        ->parse()
);

And rawParams and params solve the problem from Comment 3.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to