From: Ævar Arnfjörð Bjarmason Date: Tue, 21 Jun 2005 00:27:52 +0000 (+0000) Subject: * Removed

being passed to addWikiTexT(), the parser will add that anyway X-Git-Tag: 1.5.0beta1~115 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=61103de7f1fde601c0952214d0a42b6214e9433f;p=lhc%2Fweb%2Fwiklou.git * Removed

being passed to addWikiTexT(), the parser will add that anyway * Using wfMsg's instead of hardcoded strings --- diff --git a/includes/SpecialImport.php b/includes/SpecialImport.php index ef27e6d89c..820c08dcad 100644 --- a/includes/SpecialImport.php +++ b/includes/SpecialImport.php @@ -75,10 +75,10 @@ function wfSpecialImport( $page = '' ) { $action = $wgTitle->escapeLocalUrl( 'action=submit' ); if( $wgUser->isAllowed( 'importupload' ) ) { - $wgOut->addWikiText( "

" . wfMsg( "importtext" ) . "

" ); + $wgOut->addWikiText( wfMsg( "importtext" ) ); $wgOut->addHTML( "
- Upload XML + " . wfMsg('upload') . "
@@ -97,7 +97,7 @@ function wfSpecialImport( $page = '' ) { if( !empty( $wgImportSources ) ) { $wgOut->addHTML( "
- Interwiki import + " . wfMsg('importinterwiki') . "