Do not use replaceafter, per r52735 CR

This commit is contained in:
Andrew Garrett 2011-09-04 14:12:18 +00:00
parent 1be54b47a0
commit 137e0ece3a
Notes: Raimond Spekking 2012-03-12 20:46:25 +00:00

View file

@ -192,14 +192,14 @@ class AbuseFilterViewDiff extends AbuseFilterView {
wfMsgExt( 'abusefilter-diff-item', 'parseinline' ) );
$headings .= Xml::tags( 'th', null,
wfMsgExt( 'abusefilter-diff-version',
array( 'parseinline', 'replaceafter' ),
array( 'parseinline' ),
array( $oldLink, $oldUserLink,
$newVersion['meta']['modified_by_text'] )
)
);
$headings .= Xml::tags( 'th', null,
wfMsgExt( 'abusefilter-diff-version',
array( 'parseinline', 'replaceafter' ),
array( 'parseinline' ),
array( $newLink, $newUserLink )
)
);