r81593 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r81592
|
r81593
|
r81594
>
Date:
13:41, 6 February 2011
Author:
ialex
Status:
ok
Tags:
Comment:
I don't think we need a complete parse operation to just add "<hr />"
Modified paths:
/trunk/phase3/includes/specials/SpecialImport.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialImport.php
—
—
@@ -138,7 +138,7 @@
139
139
# Success!
140
140
$wgOut->addWikiMsg( 'importsuccess' );
141
141
}
142
- $wgOut->addWikiText( '<hr />' );
142
+ $wgOut->addHTML( '<hr />' );
143
143
}
144
144
}
145
145
Status & tagging log
15:59, 6 February 2011
Hashar
(
talk
|
contribs
)
changed the
status
of r81593
[
removed:
new
added:
ok]