From 40b456e4d57bfbeb8546f8f7b9b59c99a8f0ef6f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Wed, 7 Feb 2007 18:12:55 +0000 Subject: [PATCH] * Don't transform mainpagedocfooter --- config/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/index.php b/config/index.php index f625a8407f..43e0363379 100644 --- a/config/index.php +++ b/config/index.php @@ -900,7 +900,7 @@ if( $conf->posted && ( 0 == count( $errs ) ) ) { $newid = $article->insertOn( $wgDatabase ); $revision = new Revision( array( 'page' => $newid, - 'text' => wfMsg( 'mainpagetext' ) . "\n\n" . wfMsg( 'mainpagedocfooter' ), + 'text' => wfMsg( 'mainpagetext' ) . "\n\n" . wfMsgNoTrans( 'mainpagedocfooter' ), 'comment' => '', 'user' => 0, 'user_text' => 'MediaWiki default', -- 2.20.1