Index: /MediaWiki/trunk/FCKeditorParser.body.php
===================================================================
--- /MediaWiki/trunk/FCKeditorParser.body.php	(revision 3279)
+++ /MediaWiki/trunk/FCKeditorParser.body.php	(revision 3280)
@@ -480,4 +480,8 @@
 
 		return strtr( $text, $strtr );
+	}
+
+	function doDoubleUnderscore( $text ) {
+		return $text;
 	}
 
