Index: /MediaWiki/trunk/FCKeditorParser.body.php
===================================================================
--- /MediaWiki/trunk/FCKeditorParser.body.php	(revision 3241)
+++ /MediaWiki/trunk/FCKeditorParser.body.php	(revision 3242)
@@ -55,4 +55,15 @@
 	function maybeDoSubpageLink($target, &$text) {
 		return $target;
+	}
+
+	/**
+	 * DO NOT Replace special strings like "ISBN xxx" and "RFC xxx" with
+	 * magic external links.
+	 *
+	 * DML
+	 * @private
+	 */
+	function doMagicLinks( $text ) {
+		return $text;
 	}
 
