Index: /MediaWiki/trunk/FCKeditorParser.body.php
===================================================================
--- /MediaWiki/trunk/FCKeditorParser.body.php	(revision 1854)
+++ /MediaWiki/trunk/FCKeditorParser.body.php	(revision 1855)
@@ -51,4 +51,15 @@
 	}
 
+	/**
+	 * Handle link to subpage if necessary
+	 * @param string $target the source of the link
+	 * @param string &$text the link text, modified as necessary
+	 * @return string the full name of the link
+	 * @private
+	 */
+	function maybeDoSubpageLink($target, &$text) {
+		return $target;
+	}
+	
 	/**
 	* Callback function for custom tags: feed, ref, references etc.
Index: /MediaWiki/trunk/mw12/FCKeditorParser_OldPP.body.php
===================================================================
--- /MediaWiki/trunk/mw12/FCKeditorParser_OldPP.body.php	(revision 1854)
+++ /MediaWiki/trunk/mw12/FCKeditorParser_OldPP.body.php	(revision 1855)
@@ -51,4 +51,15 @@
 	}
 
+	/**
+	 * Handle link to subpage if necessary
+	 * @param string $target the source of the link
+	 * @param string &$text the link text, modified as necessary
+	 * @return string the full name of the link
+	 * @private
+	 */
+	function maybeDoSubpageLink($target, &$text) {
+		return $target;
+	}
+	
 	/**
 	* Callback function for custom tags: feed, ref, references etc.
