removed unused function
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 20 Aug 2005 15:46:44 +0000 (15:46 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 20 Aug 2005 15:46:44 +0000 (15:46 +0000)
includes/Parser.php

index 265b479..2aae7e6 100644 (file)
@@ -1461,14 +1461,6 @@ class Parser
                return $s;
        }
 
-       /**
-        * Hardens some text possibly containing URLs against mangling by 
-        * replaceExternalLinks()
-        */
-       function hardenURLs( $text ) {
-               return str_replace( 'http://', 'http-noparse://', $text );
-       }
-
        /**
         * Make a link placeholder. The text returned can be later resolved to a real link with
         * replaceLinkHolders(). This is done for two reasons: firstly to avoid further